Initial import
This commit is contained in:
commit
9fee448bbe
261 changed files with 4495 additions and 0 deletions
BIN
app/build/intermediates/multi-dex/debug/allclasses.jar
Normal file
BIN
app/build/intermediates/multi-dex/debug/allclasses.jar
Normal file
Binary file not shown.
12
app/build/intermediates/multi-dex/debug/manifest_keep.txt
Normal file
12
app/build/intermediates/multi-dex/debug/manifest_keep.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-keep class null {
|
||||
<init>();
|
||||
void attachBaseContext(android.content.Context);
|
||||
}
|
||||
-keep class com.zepchat.app.MainActivity { <init>(); }
|
||||
-keep class com.zepchat.app.MessagingActivity { <init>(); }
|
||||
-keep public class * extends android.app.backup.BackupAgent {
|
||||
<init>();
|
||||
}
|
||||
-keep public class * extends java.lang.annotation.Annotation {
|
||||
*;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue