File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
mavenCentral()
4
- jcenter()
5
4
google()
6
5
}
7
6
8
7
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2.0 '
8
+ classpath ' com.android.tools.build:gradle:3.2.1 '
10
9
classpath ' com.f2prateek.javafmt:javafmt:0.1.6'
11
10
classpath ' io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
12
11
}
@@ -20,7 +19,7 @@ apply plugin: 'com.f2prateek.javafmt'
20
19
21
20
android {
22
21
compileSdkVersion 28
23
- buildToolsVersion ' 28.0.2 '
22
+ buildToolsVersion ' 28.0.3 '
24
23
25
24
defaultConfig {
26
25
minSdkVersion 14
@@ -54,7 +53,7 @@ dependencies {
54
53
google()
55
54
}
56
55
57
- api ' com.segment.analytics.android:analytics:4.3.1 '
56
+ api ' com.segment.analytics.android:analytics:4.10.4 '
58
57
implementation ' com.google.firebase:firebase-analytics:18.0.0'
59
58
60
59
testImplementation ' com.segment.analytics.android:analytics-tests:4.3.1'
You can’t perform that action at this time.
0 commit comments