Skip to content

Commit

Permalink
update analytics-android version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng committed Jun 14, 2022
1 parent 35328e2 commit ead79b4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ buildscript {

repositories {
mavenCentral()
jcenter()
google()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.4.3'
classpath 'com.f2prateek.javafmt:javafmt:0.1.6'
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
}
Expand Down Expand Up @@ -46,17 +45,16 @@ android {

dependencies {
repositories {
jcenter()
mavenCentral()
google()
}

api 'com.segment.analytics.android:analytics:4.9.3'
api 'com.segment.analytics.android:analytics:4.10.4'
api 'com.mixpanel.android:mixpanel-android:5.8.7'

testImplementation 'com.segment.analytics.android:analytics-tests:4.3.1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.7.3'
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'org.assertj:assertj-core:1.7.1'
testImplementation 'org.mockito:mockito-core:3.1.0'
Expand Down

0 comments on commit ead79b4

Please sign in to comment.