0.4.5 Release

pull/140/head 0.4.5
Fox2Code 2 years ago
parent faf3e3caab
commit 81143e7d95

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 32
versionCode 39
versionName "0.4.4"
versionCode 40
versionName "0.4.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

@ -347,7 +347,7 @@ public class InstallerActivity extends CompatActivity {
}
String installCommand;
File installExecutable;
if (anyKernel) {
if (anyKernel && moduleId == null) { // AnyKernel modules don't have a moduleId
if (!anyKernelSystemLess) {
this.setInstallStateFinished(false,
"! This AnyKernel module only support recovery install", null);

Loading…
Cancel
Save