chore: Merge integrations

This commit is contained in:
oSumAtrIX 2024-11-06 17:03:36 +01:00
parent eee1692277
commit a361bfb1da
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
261 changed files with 24801 additions and 0 deletions

9
extensions/shared/proguard-rules.pro vendored Normal file
View file

@ -0,0 +1,9 @@
-dontobfuscate
-dontoptimize
-keepattributes *
-keep class app.revanced.** {
*;
}
-keep class com.google.** {
*;
}