@@ -39,48 +39,25 @@ android {
3939dependencies {
4040 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4141 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
42- implementation ' androidx.appcompat:appcompat:1.1.0'
4342 implementation ' androidx.core:core-ktx:1.2.0'
44- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
43+
4544 implementation ' com.google.code.gson:gson:2.8.6'
46- implementation ' com.google.android.material:material:1.2.0-alpha05'
47- implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4845
4946 implementation ' com.squareup.retrofit2:retrofit:2.6.0'
5047 implementation ' com.squareup.retrofit2:adapter-rxjava2:2.6.0'
5148 implementation ' com.squareup.retrofit2:converter-moshi:2.6.0'
5249 implementation ' com.squareup.retrofit2:converter-gson:2.5.0'
5350
54- implementation ' com.squareup.picasso:picasso:2.71828'
5551 implementation " com.squareup.moshi:moshi:1.8.0"
5652 implementation ' com.squareup.okhttp3:okhttp:4.2.2'
5753 implementation ' com.squareup.okhttp3:logging-interceptor:4.2.2'
5854
5955 implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
6056
61- // Room components
62- implementation " androidx.room:room-runtime:2.2.4"
63- implementation " androidx.room:room-ktx:2.2.4"
64- implementation " androidx.lifecycle:lifecycle-extensions:2.2.0"
65- // ViewModel Kotlin support
66- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
67- // noinspection LifecycleAnnotationProcessorWithJava8
68- kapt " androidx.lifecycle:lifecycle-compiler:2.2.0"
69-
70- kapt " androidx.room:room-compiler:2.2.4"
71- implementation " androidx.room:room-ktx:2.2.4"
72- implementation " androidx.room:room-rxjava2:2.2.4"
73- implementation " androidx.room:room-guava:2.2.4"
74- testImplementation " androidx.room:room-testing:2.2.4"
75-
7657 implementation ' com.readystatesoftware.chuck:library:1.1.0'
7758
7859 testImplementation ' junit:junit:4.13'
7960 androidTestImplementation ' androidx.test:runner:1.2.0'
8061 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
8162
82-
83- androidExtensions {
84- experimental = true
85- }
8663}
0 commit comments