Fix appcenter sdk for public beta
This commit is contained in:
parent
684b025ccf
commit
dc11f3cdf1
|
@ -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 { *; }
|
Loading…
Reference in New Issue