Skip to content

Commit

Permalink
Merge branch 'release/3.2.0' into issue/526-sdk_versin
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jun 28, 2022
2 parents 606070f + 40befe5 commit 6cd7125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions snowplow-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ dependencies {
implementation project(':snowplow-android-tracker')
implementation 'androidx.browser:browser:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.9.0'
}
4 changes: 2 additions & 2 deletions snowplow-tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ dependencies {
compileOnly "androidx.lifecycle:lifecycle-extensions:$project.archLifecycleVersion"
compileOnly "com.android.installreferrer:installreferrer:2.2"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
// test
testImplementation "androidx.lifecycle:lifecycle-extensions:$project.archLifecycleVersion"
testImplementation "com.android.installreferrer:installreferrer:2.2"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'com.google.android.gms:play-services-analytics:17.0.1'
androidTestImplementation 'com.google.android.gms:play-services-analytics:18.0.1'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.7.2'
}

Expand Down

0 comments on commit 6cd7125

Please sign in to comment.