23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
-keep class weisheiten_hollywoodlite.app.AppController {
|
|
<init>();
|
|
void attachBaseContext(android.content.Context);
|
|
}
|
|
-keep class weisheiten_hollywoodlite.MainActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.KategorieActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.KategorieByIDActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.ZitatActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.ZufallZitatActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.NewsActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.AutorenActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.AutorenByIDActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.SuchenActivity { <init>(); }
|
|
-keep class weisheiten_hollywoodlite.SuchenByIDActivity { <init>(); }
|
|
-keep class com.google.android.gms.ads.AdActivity { <init>(); }
|
|
-keep class com.google.android.gms.ads.purchase.InAppPurchaseActivity { <init>(); }
|
|
-keep public class * extends android.app.backup.BackupAgent {
|
|
<init>();
|
|
}
|
|
-keep public class * extends java.lang.annotation.Annotation {
|
|
*;
|
|
}
|