Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 385dbe1

Browse files
authored
Apply suggestions from code review
1 parent 82fb776 commit 385dbe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ The default timeout should be sufficient for most use cases.
174174
However, depending on your network speed and distance, you may occasionally experience timeouts, in which case you can increase the timeout.
175175

176176
## Android
177-
### Proguard configuration
178177

179-
Keep AssemblyAI SDK classes from being obfuscated. This is required for proper SDK functionality when using code shrinking (isMinifyEnabled = true)
178+
If you've enabled [Code shrinking](https://developer.android.com/build/shrink-code#shrink-code) using `minifyEnabled`, you need to add the following ProGuard configuration to keep R8 from incorrectly marking the SDK classes as unused.
180179
```text
181180
-keep class com.assemblyai.api.** { *; }
182181
```

0 commit comments

Comments
 (0)