Added Bug Tracking System

This commit is contained in:
tom5079
2019-05-17 11:07:07 +09:00
parent 369fa679a6
commit ba37740c6e
12 changed files with 53 additions and 4 deletions

View File

@@ -18,4 +18,11 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class com.finotes.android.finotescore.* { *; }
-keepclassmembers class * {
@com.finotes.android.finotescore.annotation.Observe *;
}
-keepattributes SourceFile,LineNumberTable