|
@@ -49,7 +49,6 @@ dependencies {
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
implementation 'androidx.core:core-ktx:1.7.0'
|
|
|
-// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
|
|
|
|
@@ -82,10 +81,6 @@ dependencies {
|
|
|
|
|
|
// BottomNavigation
|
|
|
api 'com.ashokvarma.android:bottom-navigation-bar:2.2.0'
|
|
|
- //Anko
|
|
|
-// implementation "org.jetbrains.anko:anko-appcompat-v7-commons:$anko_version"
|
|
|
-// implementation "org.jetbrains.anko:anko-sdk25:$anko_version" // sdk15, sdk19, sdk21, sdk23 are also available
|
|
|
-// implementation "org.jetbrains.anko:anko-appcompat-v7:$anko_version"
|
|
|
|
|
|
// Add Dagger dependencies
|
|
|
api "com.google.dagger:dagger:$dagger_version"
|
|
@@ -97,7 +92,7 @@ dependencies {
|
|
|
// implementation 'com.github.ReactiveX:RxKotlin:3.x-SNAPSHOT'
|
|
|
|
|
|
// compile "io.reactivex:rxkotlin:$rx_kotlin_version"
|
|
|
- implementation("io.reactivex.rxjava2:rxkotlin:2.0.0")
|
|
|
+ implementation("io.reactivex.rxjava3:rxkotlin:3.0.0")
|
|
|
// compile "io.reactivex:rxandroid:${rx_android_version}"
|
|
|
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
|
|
|
// Because RxAndroid releases are few and far between, it is recommended you also
|
|
@@ -107,12 +102,12 @@ dependencies {
|
|
|
|
|
|
|
|
|
//Retrofit
|
|
|
- implementation("com.squareup.okhttp3:okhttp:${ok_http_version}")
|
|
|
- implementation "com.squareup.okhttp3:logging-interceptor:${ok_http_version}"
|
|
|
+ api("com.squareup.okhttp3:okhttp:${ok_http_version}")
|
|
|
+ api "com.squareup.okhttp3:logging-interceptor:${ok_http_version}"
|
|
|
|
|
|
- implementation "com.squareup.retrofit2:retrofit:${retrofit_version}"
|
|
|
- implementation "com.squareup.retrofit2:converter-gson:${retrofit_version}"
|
|
|
- implementation "com.squareup.retrofit2:adapter-rxjava:${retrofit_version}"
|
|
|
+ api "com.squareup.retrofit2:retrofit:${retrofit_version}"
|
|
|
+ api "com.squareup.retrofit2:converter-gson:${retrofit_version}"
|
|
|
+ api "com.squareup.retrofit2:adapter-rxjava:${retrofit_version}"
|
|
|
|
|
|
//MulitStateView
|
|
|
api "com.github.Kennyc1012:MultiStateView:$multi_state_view_version"
|