Initial release

This commit is contained in:
renato97
2026-03-10 16:28:04 -03:00
commit c1caef7a96
46 changed files with 3404 additions and 0 deletions

11
app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,11 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in the Android SDK tools directory.
# Keep native methods
-keepclasseswithmembernames class * {
native <methods>;
}
# Keep Jsoup
-keep class org.jsoup.** { *; }