Skip to content

Commit d31f80d

Browse files
authored
Merge pull request #43 from segment-integrations/wenxi/google-policy-violation-fix
fix google policy violation
2 parents 253f630 + 30333ec commit d31f80d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
buildscript {
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

2120
android {
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'

0 commit comments

Comments
 (0)