You've already forked RekomenciMobile
feat: main screen implemented
This commit is contained in:
Vendored
+7
-1
@@ -18,4 +18,10 @@
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Keep annotation definitions
|
||||
-keep class org.koin.core.annotation.** { *; }
|
||||
|
||||
# Keep classes annotated with Koin annotations
|
||||
-keep @org.koin.core.annotation.* class * { *; }
|
||||
Reference in New Issue
Block a user