Fix appcenter sdk for public beta

This commit is contained in:
Grishka
2022-04-10 19:16:28 +03:00
parent 684b025ccf
commit dc11f3cdf1

View File

@@ -39,3 +39,9 @@
@com.google.gson.annotations.SerializedName <fields>;
@com.squareup.otto.Subscribe <methods>;
}
-keep class com.microsoft.appcenter.** {
*;
}
-keep class org.joinmastodon.android.AppCenterWrapper { *; }