Fix appcenter sdk for public beta

This commit is contained in:
Grishka 2022-04-10 19:16:28 +03:00
parent 684b025ccf
commit dc11f3cdf1
1 changed files with 7 additions and 1 deletions

View File

@ -38,4 +38,10 @@
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
@com.squareup.otto.Subscribe <methods>;
}
}
-keep class com.microsoft.appcenter.** {
*;
}
-keep class org.joinmastodon.android.AppCenterWrapper { *; }