Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 81143e7

Browse files
committed
0.4.5 Release
1 parent faf3e3c commit 81143e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 39
14-
versionName "0.4.4"
13+
versionCode 40
14+
versionName "0.4.5"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/java/com/fox2code/mmm/installer/InstallerActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private void doInstall(File file,boolean noExtensions,boolean rootless) {
347347
}
348348
String installCommand;
349349
File installExecutable;
350-
if (anyKernel) {
350+
if (anyKernel && moduleId == null) { // AnyKernel modules don't have a moduleId
351351
if (!anyKernelSystemLess) {
352352
this.setInstallStateFinished(false,
353353
"! This AnyKernel module only support recovery install", null);

0 commit comments

Comments
 (0)