You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Package Name in the project structure (optional):
38
-
- Just follow the instructions listed brilliantly herehttp://stackoverflow.com/a/29092698
38
+
- Just follow the instructions listed brilliantly [here](http://stackoverflow.com/a/29092698)
39
39
40
40
NOTE: If you change your project structure name, the AndroidManifest AND the build.gradle package names must match, or else encrypted assets will break.
41
41
@@ -147,7 +147,7 @@ Then you would need to go to Play Developer Console. Then access to your app ->
147
147
148
148
Third, if you would like to change where it checks for various things such as Amazon App Store Enforcement or Play Store Enforcement, you have options listed on line 16 and lines below it, simply change from `true` to `false` and vice versa to make your desired configuration.
149
149
150
-
Finally, if you would like to enable intensive mode anti-piracy (App package blacklist), add as many package names as you want under [BLACKLISTED_APPLICATIONS](app/src/main/kotlin/substratum/theme/template/AdvancedConstants.kt#L21)line 21. Then make sure to enable [ENABLE_APP_BLACKLIST_CHECK](app/ThemerConstants.gradle#L16) on line 16.
150
+
Finally, if you would like to enable intensive mode anti-piracy (App package blacklist), add as many package names as you want under [BLACKLISTED_APPLICATIONS](app/src/main/kotlin/substratum/theme/template/AdvancedConstants.kt#L12) on line 12. Then make sure to enable [ENABLE_APP_BLACKLIST_CHECK](app/ThemerConstants.gradle#L16) on line 16.
151
151
152
152
**Under no circumstances should you share your ThemerConstants.gradle file, unless specifically asked by an [official substratum developer](https://github.com/substratum/documentation#team-info-and-responsibilities)**!
153
153
@@ -166,7 +166,7 @@ As of template version 11.0.0, themes have an additional check on the build of s
166
166
167
167
What this means is that themes can ensure their themes ONLY function with our full release cycle with debug and Play Store releases.
168
168
169
-
If you would like to enable this feature (only allow your theme to be used with official substratum builds), all you have to do is to flip `true` to `false`[here](app/ThemerConstants.gradle#L22)!
169
+
If you would like to enable this feature (only allow your theme to be used with official substratum builds), all you have to do is to flip `true` to `false`[here](app/ThemerConstants.gradle#L20)!
0 commit comments