@@ -5,15 +5,15 @@ object Config {
55 private const val kotlinVersion = " 1.2.61"
66
77 object SdkVersions {
8- const val compile = 27
9- const val target = 27
8+ const val compile = 28
9+ const val target = 28
1010 const val min = 16
1111 }
1212
1313 object Plugins {
1414 const val android = " com.android.tools.build:gradle:3.2.1"
1515 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 "
1717
1818 const val bintray = " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
1919 const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5"
@@ -25,7 +25,7 @@ object Config {
2525 }
2626
2727 object Support {
28- private const val version = " 27.1.1 "
28+ private const val version = " 28.0.0 "
2929
3030 const val multidex = " com.android.support:multidex:1.0.3"
3131 const val annotations = " com.android.support:support-annotations:$version "
@@ -35,6 +35,7 @@ object Config {
3535 const val recyclerView = " com.android.support:recyclerview-v7:$version "
3636 const val cardView = " com.android.support:cardview-v7:$version "
3737 const val customTabs = " com.android.support:customtabs:$version "
38+ const val mediaCompat = " com.android.support:support-media-compat:$version "
3839
3940 const val constraint = " com.android.support.constraint:constraint-layout:1.1.3"
4041 }
@@ -51,11 +52,11 @@ object Config {
5152 }
5253
5354 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 "
5556 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 "
5960 }
6061
6162 object PlayServices {
@@ -64,7 +65,7 @@ object Config {
6465
6566
6667 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 "
6869 // WARNING: the Twitter requires Java 8 support. Therefore, the dep cannot be upgraded
6970 // futher until we decide to force clients to enable Java 8 support.
7071 const val twitter = " com.twitter.sdk.android:twitter-core:3.1.1@aar"
@@ -99,7 +100,7 @@ object Config {
99100 const val junit = " junit:junit:4.12"
100101 const val truth = " com.google.truth:truth:0.42"
101102 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 "
103104
104105 const val runner = " com.android.support.test:runner:1.0.2"
105106 const val rules = " com.android.support.test:rules:1.0.2"
0 commit comments