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 11buildscript {
22 repositories {
33 mavenCentral()
4- jcenter()
54 google()
65 }
76
87 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2.0 '
8+ classpath ' com.android.tools.build:gradle:3.2.1 '
109 classpath ' com.f2prateek.javafmt:javafmt:0.1.6'
1110 classpath ' io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
1211 }
@@ -20,7 +19,7 @@ apply plugin: 'com.f2prateek.javafmt'
2019
2120android {
2221 compileSdkVersion 28
23- buildToolsVersion ' 28.0.2 '
22+ buildToolsVersion ' 28.0.3 '
2423
2524 defaultConfig {
2625 minSdkVersion 14
@@ -54,7 +53,7 @@ dependencies {
5453 google()
5554 }
5655
57- api ' com.segment.analytics.android:analytics:4.3.1 '
56+ api ' com.segment.analytics.android:analytics:4.10.4 '
5857 implementation ' com.google.firebase:firebase-analytics:18.0.0'
5958
6059 testImplementation ' com.segment.analytics.android:analytics-tests:4.3.1'
You can’t perform that action at this time.
0 commit comments