
Reads keystore details from `key.properties` and applies the release signing configuration to the release build type. This ensures proper signing for production builds.
11 lines
638 B
Prolog
11 lines
638 B
Prolog
# 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.errorprone.annotations.CanIgnoreReturnValue
|
|
-dontwarn com.google.errorprone.annotations.CheckReturnValue
|
|
-dontwarn com.google.errorprone.annotations.Immutable
|
|
-dontwarn com.google.errorprone.annotations.RestrictedApi
|
|
-dontwarn javax.annotation.Nullable
|
|
-dontwarn javax.annotation.concurrent.GuardedBy
|
|
-dontwarn org.bouncycastle.jce.provider.BouncyCastleProvider
|
|
-dontwarn org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider
|
|
-keep class org.xmlpull.v1.** { *; } |