Skip to content

Commit

Permalink
Release 7.0.2: Set 510 as the default Substratum min version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschum committed Feb 28, 2017
1 parent 292a84e commit 3360af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -54,7 +54,7 @@
<!-- SUBSTRATUM INTERNAL USE: DO NOT TOUCH -->
<meta-data
android:name="Substratum_Plugin"
android:value="7.0.1"/>
android:value="7.0.2"/>

</application>

Expand Down
Expand Up @@ -24,5 +24,5 @@ class ThemerConstants {
// Miscellaneous Checks
static final Boolean THEME_READY_GOOGLE_APPS = false;
static final Boolean ENFORCE_MINIMUM_SUBSTRATUM_VERSION = true;
static final int MINIMUM_SUBSTRATUM_VERSION = 560;
static final int MINIMUM_SUBSTRATUM_VERSION = 510; // 510 is the final MM build
}

0 comments on commit 3360af6

Please sign in to comment.