Skip to content

Commit ead79b4

Browse files
committed
update analytics-android version
1 parent 35328e2 commit ead79b4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ buildscript {
22

33
repositories {
44
mavenCentral()
5-
jcenter()
65
google()
76
}
87

98
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.4.1'
9+
classpath 'com.android.tools.build:gradle:3.4.3'
1110
classpath 'com.f2prateek.javafmt:javafmt:0.1.6'
1211
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
1312
}
@@ -46,17 +45,16 @@ android {
4645

4746
dependencies {
4847
repositories {
49-
jcenter()
5048
mavenCentral()
5149
google()
5250
}
5351

54-
api 'com.segment.analytics.android:analytics:4.9.3'
52+
api 'com.segment.analytics.android:analytics:4.10.4'
5553
api 'com.mixpanel.android:mixpanel-android:5.8.7'
5654

5755
testImplementation 'com.segment.analytics.android:analytics-tests:4.3.1'
58-
testImplementation 'junit:junit:4.12'
59-
testImplementation 'org.robolectric:robolectric:4.3.1'
56+
testImplementation 'junit:junit:4.13.2'
57+
testImplementation 'org.robolectric:robolectric:4.7.3'
6058
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
6159
testImplementation 'org.assertj:assertj-core:1.7.1'
6260
testImplementation 'org.mockito:mockito-core:3.1.0'

0 commit comments

Comments
 (0)