Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.10.1

- Bumped GSON version number to fix a vulnerability issue

## 7.10.0

- Integrated Google Play Install Referrer Library for reliable install source detection and improved DDL attribution
Expand Down
4 changes: 2 additions & 2 deletions OptimoveSDK/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
sdk_version=7.10.0
sdk_version_code=71000
sdk_version=7.10.1
sdk_version_code=71001
sdk_platform=Android
android.useAndroidX=true
android.enableJetifier=true
2 changes: 1 addition & 1 deletion OptimoveSDK/optimove-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
compileOnly 'com.google.firebase:firebase-messaging:23.0.2'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'androidx.work:work-runtime:2.7.0'
compileOnly 'com.huawei.hms:push:6.1.0.300'
Expand Down