We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292a84e commit 3360af6Copy full SHA for 3360af6
app/src/main/AndroidManifest.xml
@@ -54,7 +54,7 @@
54
<!-- SUBSTRATUM INTERNAL USE: DO NOT TOUCH -->
55
<meta-data
56
android:name="Substratum_Plugin"
57
- android:value="7.0.1"/>
+ android:value="7.0.2"/>
58
59
</application>
60
app/src/main/java/substratum/theme/template/ThemerConstants.java
@@ -24,5 +24,5 @@ class ThemerConstants {
24
// Miscellaneous Checks
25
static final Boolean THEME_READY_GOOGLE_APPS = false;
26
static final Boolean ENFORCE_MINIMUM_SUBSTRATUM_VERSION = true;
27
- static final int MINIMUM_SUBSTRATUM_VERSION = 560;
+ static final int MINIMUM_SUBSTRATUM_VERSION = 510; // 510 is the final MM build
28
}
0 commit comments