@@ -5,15 +5,15 @@ object Config {
5
5
private const val kotlinVersion = " 1.2.61"
6
6
7
7
object SdkVersions {
8
- const val compile = 27
9
- const val target = 27
8
+ const val compile = 28
9
+ const val target = 28
10
10
const val min = 16
11
11
}
12
12
13
13
object Plugins {
14
14
const val android = " com.android.tools.build:gradle:3.2.1"
15
15
const val kotlin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
16
- const val google = " com.google.gms:google-services:4.0.2 "
16
+ const val google = " com.google.gms:google-services:4.2.0 "
17
17
18
18
const val bintray = " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
19
19
const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5"
@@ -25,7 +25,7 @@ object Config {
25
25
}
26
26
27
27
object Support {
28
- private const val version = " 27.1.1 "
28
+ private const val version = " 28.0.0 "
29
29
30
30
const val multidex = " com.android.support:multidex:1.0.3"
31
31
const val annotations = " com.android.support:support-annotations:$version "
@@ -35,6 +35,7 @@ object Config {
35
35
const val recyclerView = " com.android.support:recyclerview-v7:$version "
36
36
const val cardView = " com.android.support:cardview-v7:$version "
37
37
const val customTabs = " com.android.support:customtabs:$version "
38
+ const val mediaCompat = " com.android.support:support-media-compat:$version "
38
39
39
40
const val constraint = " com.android.support.constraint:constraint-layout:1.1.3"
40
41
}
@@ -51,11 +52,11 @@ object Config {
51
52
}
52
53
53
54
object Firebase {
54
- const val core = " com.google.firebase:firebase-core:16.0.4 "
55
+ const val core = " com.google.firebase:firebase-core:16.0.5 "
55
56
const val auth = " com.google.firebase:firebase-auth:16.0.5"
56
- const val firestore = " com.google.firebase:firebase-firestore:17.1.1 "
57
- const val database = " com.google.firebase:firebase-database:16.0.3 "
58
- const val storage = " com.google.firebase:firebase-storage:16.0.3 "
57
+ const val firestore = " com.google.firebase:firebase-firestore:17.1.3 "
58
+ const val database = " com.google.firebase:firebase-database:16.0.5 "
59
+ const val storage = " com.google.firebase:firebase-storage:16.0.5 "
59
60
}
60
61
61
62
object PlayServices {
@@ -64,7 +65,7 @@ object Config {
64
65
65
66
66
67
object Provider {
67
- const val facebook = " com.facebook.android:facebook-login:4.35.0 "
68
+ const val facebook = " com.facebook.android:facebook-login:4.38.1 "
68
69
// WARNING: the Twitter requires Java 8 support. Therefore, the dep cannot be upgraded
69
70
// futher until we decide to force clients to enable Java 8 support.
70
71
const val twitter = " com.twitter.sdk.android:twitter-core:3.1.1@aar"
@@ -99,7 +100,7 @@ object Config {
99
100
const val junit = " junit:junit:4.12"
100
101
const val truth = " com.google.truth:truth:0.42"
101
102
const val mockito = " org.mockito:mockito-android:2.21.0"
102
- const val robolectric = " org.robolectric:robolectric:3.8 "
103
+ const val robolectric = " org.robolectric:robolectric:4.0.2 "
103
104
104
105
const val runner = " com.android.support.test:runner:1.0.2"
105
106
const val rules = " com.android.support.test:rules:1.0.2"
0 commit comments