Fix appcenter sdk for public beta
This commit is contained in:
parent
684b025ccf
commit
dc11f3cdf1
|
@ -38,4 +38,10 @@
|
||||||
-keepclassmembers,allowobfuscation class * {
|
-keepclassmembers,allowobfuscation class * {
|
||||||
@com.google.gson.annotations.SerializedName <fields>;
|
@com.google.gson.annotations.SerializedName <fields>;
|
||||||
@com.squareup.otto.Subscribe <methods>;
|
@com.squareup.otto.Subscribe <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class com.microsoft.appcenter.** {
|
||||||
|
*;
|
||||||
|
}
|
||||||
|
|
||||||
|
-keep class org.joinmastodon.android.AppCenterWrapper { *; }
|
Loading…
Reference in New Issue