SohaGame SDK Android Release Notes¶
Google Policy starting from 1/11/2025, Google requires each survey page to stay under 16 KB. The details here!
Version 3.3.1.2- 12/11/2025¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgraded third-party libraries: Facebook SDK 18.1.3, Firebase BoM 34.3.0, Retrofit 3.0.0, Glide 5.0.5, Adjust SDK 5.4.4
- Updated Gradle and Firebase plugins to latest versions (Gradle Plugin 8.9.0, Firebase Perf 2.0.1, Crashlytics Gradle 3.0.6)
- Removed unused dependencies: firebase-dynamic-links
- Added TikTok event reporting to track user actions
- Optimized payment flow for better user experience
- Update API server security
- Remove Appsflyer, replace with Adjust
- Upgrade In-App Billing library to version 8.0.0
- Updated minimum supported Android version (minSdkVersion) to 29
Upgrade Guide:¶
-
Updated Gradle and Firebase plugin versions in
project-level build.gradle:com.android.tools.build:gradle→ 8.9.0 (from 8.7.3)com.google.firebase:perf-plugin→ 2.0.1 (from 1.4.2)com.google.firebase:firebase-crashlytics-gradle→ 3.0.6 (from 3.0.4)
👉 Please see the details here!"
-
Updated multiple dependencies in
app-level build.gradleto improve performance, stability, and compatibility:- Firebase BoM: 33.16.0 → 34.3.0
- Material Design: 1.12.0 → 1.13.0
- Retrofit & OkHttp: 2.9.0 → 3.0.0 / 5.1.0
- Glide: 4.16.0 → 5.0.5
- Adjust SDK: 5.4.3 → 5.4.4
- Facebook SDK: 18.0.3 → 18.1.3
- Work Runtime: 2.10.2 → 2.10.5
- Removed
firebase-dynamic-linksdependency (no longer required). - Google Play Integrity API: added version 1.5.0
- TikTok Business Android SDK: added version 1.5.0
- In-App Billing library: added version 8.0.0
- Remove AppsFlyer library in app/build.gradle file: 👉 Please see the details here!"
Version 3.3.1.1- 20/10/2025¶
This version is deprecated
Version 3.3.1.0- 24/09/2025¶
This version is deprecated
Version 3.3.0.3- 01/07/2025¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgrade to target API level 35
- Upgrade Facebook SDK, Appsflyer, and Firebase
Upgrade Guide:¶
- Modify build.gradle (App-level):
android { compileSdk 35 defaultConfig { targetSdkVersion 35 } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.constraintlayout:constraintlayout:2.2.1' // Firebase implementation platform('com.google.firebase:firebase-bom:33.16.0') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.firebase:firebase-dynamic-links' implementation 'com.google.firebase:firebase-config' implementation 'com.google.firebase:firebase-perf' implementation 'com.google.firebase:firebase-iid:21.1.0' implementation 'com.google.android.gms:play-services-auth:21.3.0' implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0' implementation 'com.google.guava:guava:33.3.1-android' implementation 'com.google.firebase:firebase-crashlytics' // Facebook SDK implementation 'com.facebook.android:facebook-login:18.0.3' // Appsflyer implementation 'com.appsflyer:af-android-sdk:6.17.0' // MultiDex & Install Referrer api 'androidx.work:work-runtime:2.10.2' } - Modify build.gradle (Project-level):
Version 3.3.0.2- 23/05/2025¶
Download SohaSDK Android
Download App Demo
Changes¶
- Multi-language support, added Thai and Indonesian languages
- SDK upgraded and optimized
Version 3.3.0.1- 10/02/2025¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgraded third-party libraries: Facebook, Firebase, Appsflyer.
- Added new dashboard buttons: News, Events
- Added Firebase Performance.
- Upgrade build gradle(Project-level): Detailed instructions
- Upgrade build gradle(app/build.gradle)
Version 3.3.0.0 - 30/09/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgrade SohaGame SDK server
- Upgrade build gradle:
- Change onSuccessPaymentCoin callback to add "message" parameter:
Version 3.2.9.6 - 11/09/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Add dashboard function: method.
Version 3.2.9.5 - 13/08/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Remove permissions in the Manifest.xml file:
Version 3.2.9.4 - 10/05/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Remove setOfferToken with the Google Play Billing Library.
Version 3.2.9.3 - 16/04/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Remove the pop-up reminder to link the account immediately after successful login
- Remove the two lines of code requesting "FOREGROUND_SERVICE" and "FOREGROUND_SERVICE_DATA_SYNC" permissions in the Manifest.xml file.
Version 3.2.9.2 - 21/02/2024¶
Download SohaSDK Android
Download App Demo
Changes¶
- Delete permissions "SCHEDULE_EXACT_ALARM" and "USE_EXACT_ALARM" in Manifest.xml file
- Increase the minSdkVersion value to 21 in the build.gradle file
- Increase java 17
- Add the following code in the build.gradle file
Version 3.2.9.1 - 23/11/2023¶
Download SohaSDK Android
Download App Demo
Changes¶
- Fix crash issue when opening the application for the first time
Version 3.2.9.0 - 13/11/2023¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgrade Target API 34
- Upgrade Google Play Billing 6.0.1
- Fix crash issue on Android 14
- Add the following 2 permission requests to the AndroidManifest.xml:
- These methods will be deprecated and removed:
Version 3.2.8.9 - 17/04/2023¶
Download SohaSDK Android
Download App Demo
Changes¶
- Upgrade FacebookSDK to 16.0.0
- Upgrade Appsflyer to 6.10.1
- Upgrade target API to 33 or newer