Skip to content

Commit 52d9428

Browse files
committed
changes
1 parent 8c67715 commit 52d9428

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

Android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ dependencies {
9292
implementation "com.github.topjohnwu.libsu:core:5.2.1"
9393
implementation "com.github.topjohnwu.libsu:io:5.2.1"
9494
implementation "androidx.appcompat:appcompat:1.6.1"
95-
implementation "org.apache.cordova:framework:10.1.1"
96-
implementation "androidx.webkit:webkit:1.8.0"
95+
implementation 'org.apache.cordova:framework:12.0.1'
96+
implementation 'androidx.webkit:webkit:1.9.0'
9797
}
9898

9999
configurations.implementation.setCanBeResolved(true)

Android/app/default/release/output-metadata.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@
1111
"type": "UNIVERSAL",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 1128,
15-
"versionName": "1.12.8",
14+
"versionCode": 1138,
15+
"versionName": "1.13.8",
1616
"outputFile": "app-default-universal-release.apk"
1717
},
1818
{
1919
"type": "ONE_OF_MANY",
2020
"filters": [
2121
{
2222
"filterType": "ABI",
23-
"value": "x86_64"
23+
"value": "armeabi-v7a"
2424
}
2525
],
2626
"attributes": [],
27-
"versionCode": 1128,
28-
"versionName": "1.12.8",
29-
"outputFile": "app-default-x86_64-release.apk"
27+
"versionCode": 1138,
28+
"versionName": "1.13.8",
29+
"outputFile": "app-default-armeabi-v7a-release.apk"
3030
},
3131
{
3232
"type": "ONE_OF_MANY",
3333
"filters": [
3434
{
3535
"filterType": "ABI",
36-
"value": "armeabi-v7a"
36+
"value": "x86"
3737
}
3838
],
3939
"attributes": [],
40-
"versionCode": 1128,
41-
"versionName": "1.12.8",
42-
"outputFile": "app-default-armeabi-v7a-release.apk"
40+
"versionCode": 1138,
41+
"versionName": "1.13.8",
42+
"outputFile": "app-default-x86-release.apk"
4343
},
4444
{
4545
"type": "ONE_OF_MANY",
@@ -50,22 +50,22 @@
5050
}
5151
],
5252
"attributes": [],
53-
"versionCode": 1128,
54-
"versionName": "1.12.8",
53+
"versionCode": 1138,
54+
"versionName": "1.13.8",
5555
"outputFile": "app-default-arm64-v8a-release.apk"
5656
},
5757
{
5858
"type": "ONE_OF_MANY",
5959
"filters": [
6060
{
6161
"filterType": "ABI",
62-
"value": "x86"
62+
"value": "x86_64"
6363
}
6464
],
6565
"attributes": [],
66-
"versionCode": 1128,
67-
"versionName": "1.12.8",
68-
"outputFile": "app-default-x86-release.apk"
66+
"versionCode": 1138,
67+
"versionName": "1.13.8",
68+
"outputFile": "app-default-x86_64-release.apk"
6969
}
7070
],
7171
"elementType": "File"

Android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.3.1'
10+
classpath 'com.android.tools.build:gradle:7.4.2'
1111
classpath "com.github.node-gradle:gradle-node-plugin:3.3.0"
1212
}
1313
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Jul 18 21:46:42 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Summary
2323

24-
Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for Magisk and KernelSU on Android. This highly configurable app allows users to manage modules effortlessly, all while being completely free of ads.
24+
Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for Magisk, KernelSU and APatch on Android. This highly configurable app allows users to manage modules effortlessly, all while being completely free of ads.
2525

2626
# Requirements
2727

0 commit comments

Comments
 (0)