@@ -2,7 +2,7 @@ object Config {
2
2
const val version = " 4.2.0-SNAPSHOT"
3
3
val submodules = listOf (" auth" , " common" , " firestore" , " database" , " storage" )
4
4
5
- private const val kotlinVersion = " 1.2.41 "
5
+ private const val kotlinVersion = " 1.2.61 "
6
6
7
7
object SdkVersions {
8
8
const val compile = 27
@@ -11,12 +11,12 @@ object Config {
11
11
}
12
12
13
13
object Plugins {
14
- const val android = " com.android.tools.build:gradle:3.2.0-beta01 "
14
+ const val android = " com.android.tools.build:gradle:3.2.0-rc01 "
15
15
const val kotlin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
16
- const val google = " com.google.gms:google-services:4.0.1 "
16
+ const val google = " com.google.gms:google-services:4.1.0 "
17
17
18
- const val bintray = " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1 "
19
- const val buildInfo = " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.3 "
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 "
20
20
}
21
21
22
22
object Libs {
@@ -46,30 +46,32 @@ object Config {
46
46
const val extensions = " android.arch.lifecycle:extensions:$version "
47
47
const val compiler = " android.arch.lifecycle:compiler:$version "
48
48
49
- const val paging = " android.arch.paging:runtime:1.0.0 "
49
+ const val paging = " android.arch.paging:runtime:1.0.1 "
50
50
}
51
51
52
52
object Firebase {
53
- const val core = " com.google.firebase:firebase-core:16.0.0 "
54
- const val auth = " com.google.firebase:firebase-auth:16.0.1 "
55
- const val firestore = " com.google.firebase:firebase-firestore:17.0.1 "
53
+ const val core = " com.google.firebase:firebase-core:16.0.3 "
54
+ const val auth = " com.google.firebase:firebase-auth:16.0.3 "
55
+ const val firestore = " com.google.firebase:firebase-firestore:17.1.0 "
56
56
const val database = " com.google.firebase:firebase-database:16.0.1"
57
57
const val storage = " com.google.firebase:firebase-storage:16.0.1"
58
58
}
59
59
60
60
object PlayServices {
61
- const val auth = " com.google.android.gms:play-services-auth:15 .0.1 "
61
+ const val auth = " com.google.android.gms:play-services-auth:16 .0.0 "
62
62
}
63
63
64
64
object Provider {
65
- const val facebook = " com.facebook.android:facebook-login:4.33.0"
65
+ const val facebook = " com.facebook.android:facebook-login:4.35.0"
66
+ // WARNING: the Twitter requires Java 8 support. Therefore, the dep cannot be upgraded
67
+ // futher until we decide to force clients to enable Java 8 support.
66
68
const val twitter = " com.twitter.sdk.android:twitter-core:3.1.1@aar"
67
69
}
68
70
69
71
object Misc {
70
72
private const val retrofitVersion = " 2.4.0"
71
- private const val leakCanaryVersion = " 1.5.4 "
72
- private const val glideVersion = " 4.7.1 "
73
+ private const val leakCanaryVersion = " 1.6.1 "
74
+ private const val glideVersion = " 4.8.0 "
73
75
private const val butterVersion = " 8.8.1"
74
76
75
77
const val retrofit = " com.squareup.retrofit2:retrofit:$retrofitVersion "
@@ -85,18 +87,18 @@ object Config {
85
87
const val butterKnife = " com.jakewharton:butterknife:$butterVersion "
86
88
const val butterKnifeCompiler = " com.jakewharton:butterknife-compiler:$butterVersion "
87
89
88
- const val permissions = " pub.devrel:easypermissions:1.2 .0"
90
+ const val permissions = " pub.devrel:easypermissions:1.3 .0"
89
91
const val materialProgress = " me.zhanghai.android.materialprogressbar:library:1.4.2"
90
92
}
91
93
92
94
object Test {
93
95
const val junit = " junit:junit:4.12"
94
- const val truth = " com.google.truth:truth:0.40 "
95
- const val mockito = " org.mockito:mockito-android:2.18.3 "
96
+ const val truth = " com.google.truth:truth:0.42 "
97
+ const val mockito = " org.mockito:mockito-android:2.21.0 "
96
98
const val robolectric = " org.robolectric:robolectric:3.8"
97
99
98
- const val runner = " com.android.support.test:runner:1.0.1 "
99
- const val rules = " com.android.support.test:rules:1.0.1 "
100
+ const val runner = " com.android.support.test:runner:1.0.2 "
101
+ const val rules = " com.android.support.test:rules:1.0.2 "
100
102
}
101
103
102
104
object Lint {
0 commit comments