·
2 commits
to master
since this release
Added Android 15 Support.
Android 15 Migrataion Steps:
Step 1: Upgrade the Gradle version to 8.6.0
Step 2: Upgrade the Kotlin version to 2.0.20
Step 3: Add or update the following dependencies in the app/build.gradle file.
dependencies {
implementation 'com.mirrorfly.sdk:mirrorflysdk:7.13.27'
}
Step 4: Sync the Project with gradle.
Step 5: If the string formatting methods throw errors, update them as follows:
Replace toUppercase() with uppercase()
Replace toLowercase() with lowercase()