Skip to content

Commit 4584ffd

Browse files
committed
fix AssemblyAI
Signed-off-by: Dev4Mod <[email protected]>
1 parent 6793586 commit 4584ffd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/proguard-rules.pro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
2222
-dontwarn *
23+
2324
-keepclasseswithmembers class com.wmods.** {
2425
*;
2526
}
27+
2628
-keepclasseswithmembernames class com.wmods.**
2729

2830
-keepclasseswithmembers class cz.vutbr.** {
2931
*;
32+
}
33+
34+
-keepclasseswithmembers class com.assemblyai.api.** {
35+
*;
3036
}

0 commit comments

Comments
 (0)