Skip to content

Commit 3360af6

Browse files
committed
Release 7.0.2: Set 510 as the default Substratum min version
1 parent 292a84e commit 3360af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- SUBSTRATUM INTERNAL USE: DO NOT TOUCH -->
5555
<meta-data
5656
android:name="Substratum_Plugin"
57-
android:value="7.0.1"/>
57+
android:value="7.0.2"/>
5858

5959
</application>
6060

app/src/main/java/substratum/theme/template/ThemerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ class ThemerConstants {
2424
// Miscellaneous Checks
2525
static final Boolean THEME_READY_GOOGLE_APPS = false;
2626
static final Boolean ENFORCE_MINIMUM_SUBSTRATUM_VERSION = true;
27-
static final int MINIMUM_SUBSTRATUM_VERSION = 560;
27+
static final int MINIMUM_SUBSTRATUM_VERSION = 510; // 510 is the final MM build
2828
}

0 commit comments

Comments
 (0)