Skip to content

Commit 23fa34d

Browse files
committed
Fix the Android requirements
1 parent d6bddea commit 23fa34d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fern/docs/pages/sdks/mobile/android/quickstart.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Requirements
44

5-
- Android Studio 2022.1.1 or later
6-
- Android Gradle plugin version 7.4 or later
7-
- Gradle version 7.6 or later
8-
- Minimum Android SDK 24
5+
- Android Studio 2025.1.1 or later.
6+
- Android Gradle Plugin 8.2 or later.
7+
- Gradle 8.9 or later.
8+
- Minimum Android API level should be 24.
99

1010
## Integration
1111

@@ -45,9 +45,9 @@ To integrate the latest version of our SDK into your app, follow these steps:
4545
</Tab>
4646
</Tabs>
4747

48-
### Proguard rules
48+
### ProGuard rules
4949

50-
If you are using Proguard in your project, add the following lines to your configuration:
50+
If you are using ProGuard in your project, add the following lines to your configuration:
5151
```bash
5252
-keep class ai.devrev.** { *; }
5353
-keep class com.userexperior.* { *; }

fern/docs/pages/sdks/mobile/android/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- **Issue**: Not receiving push notifications.
1313
**Solution**: Ensure that your app is configured to receive push notifications and that your device is registered with the DevRev SDK.
1414

15-
## Proguard
15+
## ProGuard
1616

1717
- **Issue**: Missing class `com.google.android.play.core.splitcompat.SplitCompatApplication`.
1818
**Solution**: Add the following line to your `proguard-rules.pro` file: `-dontwarn com.google.android.play.core.**`.

0 commit comments

Comments
 (0)