Skip to content

Releases: MirrorFly/MirrorFly-Android-Sample-V2

v7.13.27

30 Jul 05:37
323c860

Choose a tag to compare

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()

v7.3.0

05 May 12:54
9ee76a4

Choose a tag to compare

Merge pull request #1 from MirrorFly/release/7.3.0

Release v7.3.0