|
|
|
@ -113,24 +113,24 @@ project.tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { |
|
|
|
|
ext.lifecycleVersion = "2.2.0" |
|
|
|
|
ext.roomVersion = '2.2.5' |
|
|
|
|
ext.retrofitVersion = '2.9.0' |
|
|
|
|
ext.okhttpVersion = '4.8.1' |
|
|
|
|
ext.okhttpVersion = '4.9.0' |
|
|
|
|
ext.glideVersion = '4.11.0' |
|
|
|
|
ext.daggerVersion = '2.28.3' |
|
|
|
|
ext.daggerVersion = '2.29.1' |
|
|
|
|
ext.materialdrawerVersion = '8.1.8' |
|
|
|
|
|
|
|
|
|
// if libraries are changed here, they should also be changed in LicenseActivity |
|
|
|
|
dependencies { |
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |
|
|
|
|
|
|
|
|
|
implementation "androidx.core:core-ktx:1.3.1" |
|
|
|
|
implementation "androidx.core:core-ktx:1.3.2" |
|
|
|
|
implementation "androidx.appcompat:appcompat:1.2.0" |
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.2.5" |
|
|
|
|
implementation "androidx.browser:browser:1.2.0" |
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" |
|
|
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0" |
|
|
|
|
implementation "androidx.exifinterface:exifinterface:1.2.0" |
|
|
|
|
implementation "androidx.exifinterface:exifinterface:1.3.1" |
|
|
|
|
implementation "androidx.cardview:cardview:1.0.0" |
|
|
|
|
implementation "androidx.preference:preference:1.1.1" |
|
|
|
|
implementation "androidx.preference:preference-ktx:1.1.1" |
|
|
|
|
implementation "androidx.sharetarget:sharetarget:1.0.0" |
|
|
|
|
implementation "androidx.emoji:emoji:1.1.0" |
|
|
|
|
implementation "androidx.emoji:emoji-appcompat:1.1.0" |
|
|
|
@ -138,8 +138,8 @@ dependencies { |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.lifecycle:lifecycle-reactivestreams-ktx:$lifecycleVersion" |
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:1.1.3" |
|
|
|
|
implementation "androidx.paging:paging-runtime-ktx:2.1.1" |
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.0.4" |
|
|
|
|
implementation "androidx.paging:paging-runtime-ktx:2.1.2" |
|
|
|
|
implementation "androidx.viewpager2:viewpager2:1.0.0" |
|
|
|
|
implementation "androidx.work:work-runtime:2.4.0" |
|
|
|
|
implementation "androidx.room:room-runtime:$roomVersion" |
|
|
|
@ -162,7 +162,7 @@ dependencies { |
|
|
|
|
implementation "com.github.bumptech.glide:glide:$glideVersion" |
|
|
|
|
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion" |
|
|
|
|
|
|
|
|
|
implementation "io.reactivex.rxjava2:rxjava:2.2.19" |
|
|
|
|
implementation "io.reactivex.rxjava2:rxjava:2.2.20" |
|
|
|
|
implementation "io.reactivex.rxjava2:rxandroid:2.1.1" |
|
|
|
|
implementation "io.reactivex.rxjava2:rxkotlin:2.4.0" |
|
|
|
|
|
|
|
|
@ -190,12 +190,12 @@ dependencies { |
|
|
|
|
implementation "de.c1710:filemojicompat:1.0.17" |
|
|
|
|
implementation 'com.github.Tunous:MarkdownEdit:1.0.0' |
|
|
|
|
|
|
|
|
|
testImplementation "androidx.test.ext:junit:1.1.1" |
|
|
|
|
testImplementation "org.robolectric:robolectric:4.3.1" |
|
|
|
|
testImplementation "org.mockito:mockito-inline:3.3.3" |
|
|
|
|
testImplementation "androidx.test.ext:junit:1.1.2" |
|
|
|
|
testImplementation "org.robolectric:robolectric:4.4" |
|
|
|
|
testImplementation "org.mockito:mockito-inline:3.6.0" |
|
|
|
|
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" |
|
|
|
|
|
|
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" |
|
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0" |
|
|
|
|
androidTestImplementation "androidx.room:room-testing:$roomVersion" |
|
|
|
|
androidTestImplementation "androidx.test.ext:junit:1.1.1" |
|
|
|
|
androidTestImplementation "androidx.test.ext:junit:1.1.2" |
|
|
|
|
} |
|
|
|
|