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

Commit 4fa17e2

Browse files
committed
Release 0.2.0
1 parent 7cca863 commit 4fa17e2

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 30
13-
versionCode 8
14-
versionName "0.2.0-pre3"
13+
versionCode 9
14+
versionName "0.2.0"
1515

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

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Make sure of the module active state by checking enabled modules on boot -->
1010
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1111
<!-- Open config apps for applications -->
12-
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
12+
<uses-permission-sdk-23 android:name="android.permission.QUERY_ALL_PACKAGES" />
1313
<!-- Supposed to fix bugs with old firmware, only requested on pre Marshmallow -->
1414
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
1515
android:maxSdkVersion="22" />

0 commit comments

Comments
 (0)