Release 0.2.0

pull/12/head 0.2.0
Fox2Code 3 years ago
parent 7cca8636be
commit 4fa17e2b2b

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 30
versionCode 8
versionName "0.2.0-pre3"
versionCode 9
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

@ -9,7 +9,7 @@
<!-- Make sure of the module active state by checking enabled modules on boot -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- Open config apps for applications -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission-sdk-23 android:name="android.permission.QUERY_ALL_PACKAGES" />
<!-- Supposed to fix bugs with old firmware, only requested on pre Marshmallow -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="22" />

Loading…
Cancel
Save