Skip to content

Commit 1ceb4e3

Browse files
committed
push 3.2
1 parent f79279a commit 1ceb4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="de.Maxr1998.xposed.maxlock"
4-
android:versionCode="12"
5-
android:versionName="3.1.1"><!-- 14, 3.2 -->
4+
android:versionCode="14"
5+
android:versionName="3.2">
66

7-
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
7+
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
88
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
99
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1010
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

0 commit comments

Comments
 (0)