mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
24 lines
1021 B
Prolog
24 lines
1021 B
Prolog
# native methods
|
|
-keep class com.b44t.messenger.** { *; }
|
|
-keep class org.thoughtcrime.securesms.util.FileUtils* { *; }
|
|
|
|
# bug with video recoder
|
|
-keep class com.coremedia.iso.** { *; }
|
|
|
|
# unused SealedData constructor needed by JsonUtils
|
|
-keep class org.thoughtcrime.securesms.crypto.KeyStoreHelper* { *; }
|
|
|
|
# Please add these rules to your existing keep rules in order to suppress warnings.
|
|
# This is generated automatically by the Android Gradle plugin.
|
|
-dontwarn com.google.android.gms.common.GoogleApiAvailability
|
|
-dontwarn com.google.android.gms.location.FusedLocationProviderClient
|
|
-dontwarn com.google.android.gms.location.LocationCallback
|
|
-dontwarn com.google.android.gms.location.LocationRequest
|
|
-dontwarn com.google.android.gms.location.LocationServices
|
|
-dontwarn com.google.android.gms.tasks.OnFailureListener
|
|
-dontwarn com.google.android.gms.tasks.OnSuccessListener
|
|
-dontwarn com.google.android.gms.tasks.Task
|
|
|
|
# avoid crash with WorkManager
|
|
-keep class org.thoughtcrime.securesms.connect.FetchWorker { *; }
|