|
|
|
@ -80,6 +80,12 @@ android { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
project.tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { |
|
|
|
|
kotlinOptions { |
|
|
|
|
jvmTarget = "1.8" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ext.daggerVersion = '2.22.1' |
|
|
|
|
|
|
|
|
|
// if libraries are changed here, they should also be changed in LicenseActivity |
|
|
|
@ -87,12 +93,12 @@ dependencies { |
|
|
|
|
implementation('com.mikepenz:materialdrawer:6.1.2@aar') { |
|
|
|
|
transitive = true |
|
|
|
|
} |
|
|
|
|
implementation 'androidx.core:core:1.0.1' |
|
|
|
|
implementation 'androidx.core:core:1.0.2' |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
|
implementation 'androidx.browser:browser:1.0.0' |
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.0.0' |
|
|
|
|
implementation 'androidx.legacy:legacy-support-v13:1.0.0' |
|
|
|
|
implementation 'com.google.android.material:material:1.1.0-alpha05' |
|
|
|
|
implementation 'com.google.android.material:material:1.1.0-alpha06' |
|
|
|
|
implementation 'androidx.exifinterface:exifinterface:1.0.0' |
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0' |
|
|
|
|
implementation 'androidx.preference:preference:1.1.0-alpha05' |
|
|
|
@ -140,8 +146,8 @@ dependencies { |
|
|
|
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' |
|
|
|
|
implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0' |
|
|
|
|
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0' |
|
|
|
|
implementation 'com.uber.autodispose:autodispose-android-archcomponents:1.2.0' |
|
|
|
|
implementation 'com.uber.autodispose:autodispose-ktx:1.2.0' |
|
|
|
|
implementation 'com.uber.autodispose:autodispose-android-archcomponents:1.3.0' |
|
|
|
|
implementation 'com.uber.autodispose:autodispose:1.3.0' |
|
|
|
|
implementation 'androidx.paging:paging-runtime-ktx:2.1.0' |
|
|
|
|
|
|
|
|
|
//Glide |
|
|
|
|