0.4.5 Release

pull/27/head 0.4.5
Fox2Code 3 years ago
parent faf3e3caab
commit 81143e7d95

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

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

Loading…
Cancel
Save