Browse Source

update INSTALLING

Daniel Zlotin 7 years ago
parent
commit
626b5f6421
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      INSTALLING.md

+ 1
- 1
INSTALLING.md View File

35
 
35
 
36
 ### Setup Android
36
 ### Setup Android
37
 
37
 
38
-Make your Application object extend from `NavigationApplication` and implement `isDebug` as `BuildConfig.DEBUG`
38
+Make your Application object extend from `NavigationApplication` and implement `isDebug` as `{YOUR_PACKAGE_NAME}.BuildConfig.DEBUG`
39
 
39
 
40
 Make your Acitivty extend from `NavigationActivity`
40
 Make your Acitivty extend from `NavigationActivity`