@@ -2,21 +2,21 @@ object Config {
22 const val version = " 6.3.0-SNAPSHOT"
33 val submodules = listOf (" auth" , " common" , " firestore" , " database" , " storage" )
44
5- private const val kotlinVersion = " 1.3.10 "
5+ private const val kotlinVersion = " 1.3.72 "
66
77 object SdkVersions {
8- const val compile = 28
9- const val target = 28
8+ const val compile = 29
9+ const val target = 29
1010 const val min = 16
1111 }
1212
1313 object Plugins {
14- const val android = " com.android.tools.build:gradle:3.5 .0"
14+ const val android = " com.android.tools.build:gradle:4.0 .0"
1515 const val kotlin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
16- const val google = " com.google.gms:google-services:4.3.1 "
16+ const val google = " com.google.gms:google-services:4.3.3 "
1717
18- const val bintray = " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 "
19- const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5 "
18+ const val bintray = " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5 "
19+ const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2 "
2020 }
2121
2222 object Libs {
@@ -25,7 +25,6 @@ object Config {
2525 }
2626
2727 object Androidx {
28- const val appCompat = " androidx.appcompat:appcompat:1.1.0"
2928 const val annotations = " androidx.annotation:annotation:1.1.0"
3029 const val customTabs = " androidx.browser:browser:1.0.0"
3130 const val cardView = " androidx.cardview:cardview:1.0.0"
@@ -59,14 +58,10 @@ object Config {
5958 }
6059
6160 object Misc {
62- private const val retrofitVersion = " 2.4.0"
6361 private const val leakCanaryVersion = " 1.6.1"
6462 private const val glideVersion = " 4.8.0"
6563 private const val butterVersion = " 10.1.0"
6664
67- const val retrofit = " com.squareup.retrofit2:retrofit:$retrofitVersion "
68- const val retrofitGson = " com.squareup.retrofit2:converter-gson:$retrofitVersion "
69-
7065 const val leakCanary = " com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion "
7166 const val leakCanaryFragments =
7267 " com.squareup.leakcanary:leakcanary-support-fragment:$leakCanaryVersion "
@@ -88,7 +83,7 @@ object Config {
8883 const val junitExt = " androidx.test.ext:junit:1.1.1"
8984 const val truth = " com.google.truth:truth:0.42"
9085 const val mockito = " org.mockito:mockito-android:2.21.0"
91- const val robolectric = " org.robolectric:robolectric:4.0.2 "
86+ const val robolectric = " org.robolectric:robolectric:4.3.1 "
9287
9388 const val core = " androidx.test:core:1.2.0"
9489 const val archCoreTesting = " androidx.arch.core:core-testing:2.0.0"
0 commit comments