Skip to content

Requirement

Itgel G edited this page Jun 3, 2021 · 16 revisions

Requirement

  • minSdkVersion is 21
  • Gradle version 6.5 or higher

Dependency graph

erxes-android-sdk uses following libraries

You must add the library in the app gradle:

implementation 'androidx.multidex:multidex:2.0.1'

After, add in the defaultConfig of the app gradle:

multiDexEnabled true

Shared with your app

 implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

implementation 'com.apollographql.apollo:apollo-runtime:2.5.8'
implementation 'com.apollographql.apollo:apollo-rx3-support:2.5.8'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'

implementation('com.github.bumptech.glide:glide:4.9.0@aar') {
    transitive = true
}
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'

implementation 'com.mikepenz:iconics-core:3.0.4@aar'

implementation 'com.google.code.gson:gson:2.8.6'

implementation 'com.github.stfalcon:frescoimageviewer:0.5.0'
implementation 'com.facebook.fresco:fresco:1.13.0'


compileOnly 'org.jetbrains:annotations:13.0'
testCompileOnly 'org.jetbrains:annotations:13.0'

Clone this wiki locally