-
-
Notifications
You must be signed in to change notification settings - Fork 30
Requirement
Itgel G edited this page Jun 3, 2021
·
16 revisions
- minSdkVersion is 21
- Gradle version 6.5 or higher
erxes-android-sdk uses following libraries
implementation 'androidx.multidex:multidex:2.0.1'
multiDexEnabled true
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'