@@ -2,21 +2,21 @@ object Config {
2
2
const val version = " 6.3.0-SNAPSHOT"
3
3
val submodules = listOf (" auth" , " common" , " firestore" , " database" , " storage" )
4
4
5
- private const val kotlinVersion = " 1.3.10 "
5
+ private const val kotlinVersion = " 1.3.72 "
6
6
7
7
object SdkVersions {
8
- const val compile = 28
9
- const val target = 28
8
+ const val compile = 29
9
+ const val target = 29
10
10
const val min = 16
11
11
}
12
12
13
13
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"
15
15
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 "
17
17
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 "
20
20
}
21
21
22
22
object Libs {
@@ -25,7 +25,6 @@ object Config {
25
25
}
26
26
27
27
object Androidx {
28
- const val appCompat = " androidx.appcompat:appcompat:1.1.0"
29
28
const val annotations = " androidx.annotation:annotation:1.1.0"
30
29
const val customTabs = " androidx.browser:browser:1.0.0"
31
30
const val cardView = " androidx.cardview:cardview:1.0.0"
@@ -59,14 +58,10 @@ object Config {
59
58
}
60
59
61
60
object Misc {
62
- private const val retrofitVersion = " 2.4.0"
63
61
private const val leakCanaryVersion = " 1.6.1"
64
62
private const val glideVersion = " 4.8.0"
65
63
private const val butterVersion = " 10.1.0"
66
64
67
- const val retrofit = " com.squareup.retrofit2:retrofit:$retrofitVersion "
68
- const val retrofitGson = " com.squareup.retrofit2:converter-gson:$retrofitVersion "
69
-
70
65
const val leakCanary = " com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion "
71
66
const val leakCanaryFragments =
72
67
" com.squareup.leakcanary:leakcanary-support-fragment:$leakCanaryVersion "
@@ -88,7 +83,7 @@ object Config {
88
83
const val junitExt = " androidx.test.ext:junit:1.1.1"
89
84
const val truth = " com.google.truth:truth:0.42"
90
85
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 "
92
87
93
88
const val core = " androidx.test:core:1.2.0"
94
89
const val archCoreTesting = " androidx.arch.core:core-testing:2.0.0"
0 commit comments