new package name for proguard rule

This commit is contained in:
alex 2020-06-26 18:34:42 +03:00
parent 2bc26612ca
commit 8b4b3878d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# View controllers are created through reflection. # 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 { *; }