0.4.5 Release

This commit is contained in:
Fox2Code 2022-05-03 16:35:17 +02:00
parent faf3e3caab
commit 81143e7d95
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}

View File

@ -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);