Merge pull request #212 from TouchInstinct/fix/class_kepp

new package name for proguard rule
This commit is contained in:
PilotOfSparrow 2020-06-26 18:47:05 +03:00 committed by GitHub
commit 9b75a0d09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# View controllers are created through reflection.
-keep class ** extends ru.touchin.roboswag.components.navigation.viewcontrollers.ViewController { *; }
-keep class ** extends ru.touchin.roboswag.navigation_viewcontroller.viewcontrollers.ViewController { *; }