cff4233de6
Supports WebDAV, SFTP, SFTPGo, Nextcloud, ownCloud, Google Drive, Dropbox, and OneDrive. Credentials encrypted with Android Keystore. Biometric app-lock, conflict resolution, and auto-sync via WorkManager. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
296 B
Prolog
9 lines
296 B
Prolog
-keep class com.syncflow.data.db.entities.** { *; }
|
|
-keep class com.syncflow.domain.model.** { *; }
|
|
-keep class com.google.api.** { *; }
|
|
-keep class com.dropbox.** { *; }
|
|
-keep class com.microsoft.graph.** { *; }
|
|
-dontwarn org.bouncycastle.**
|
|
-dontwarn org.conscrypt.**
|
|
-dontwarn org.openjsse.**
|