Initial commit

This commit is contained in:
2026-07-26 21:34:07 -06:00
commit c48c25769a
95 changed files with 14260 additions and 0 deletions

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

@@ -0,0 +1,6 @@
# Add project specific ProGuard rules here.
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.docmost.app.api.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**