You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-17Lines changed: 33 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,10 @@ The minimum requirements to run the Sample App:
13
13
```groovy
14
14
- Android Lollipop 5.0 (API Level 21) or above
15
15
- Java 7 or higher
16
-
- Gradle 4.1.0 or higher
16
+
- Gradle 8.6.0 or higher
17
+
- Kotlin 20.0.20 or higher
17
18
```
18
-
> **Note :** If you're utilizing Chat SDK version 7.11.4 or higher, it's necessary to adjust the target SDK version to 34. This is due to the migration of Chat SDK to Android 14.
19
+
> **Note :** If you're utilizing Chat SDK version 7.13.27 or higher, it's must to set the target SDK version to 35. This is due to the migration of Chat SDK to Android 15.
19
20
20
21
## Getting started
21
22
This section explains the steps you need to take before testing the sample app.
**Step 6:** To log in and run the app, you need to add the **LICENCSE** key in the app/build.gradle file. To generate the license key, you need to sign up in the <ahref="https://console.mirrorfly.com/"target="_self">MirrorFly console</a>, and you can get it from there.
68
71
```gradle
69
-
debug {
70
-
buildConfigField 'Boolean', 'IS_QA_BUILD', 'true'
71
-
buildConfigField 'String', 'LICENSE', '"Please enter your License key"' // add your license key
0 commit comments