Skip to content

Commit a3db685

Browse files
committed
fix crash on pre-O devices
1 parent 9a89042 commit a3db685

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/AndroidManifest.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package="de.j4velin.pedometer"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:tools="http://schemas.android.com/tools"
6-
android:versionCode="1510"
7-
android:versionName="1.5.10">
6+
android:versionCode="1511"
7+
android:versionName="1.5.11">
88

99
<uses-sdk
1010
android:minSdkVersion="19"
@@ -17,6 +17,7 @@
1717
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
1818
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1919
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
20+
<uses-permission android:name="android.permission.WAKE_LOCK"/>
2021

2122
<application
2223
android:allowBackup="true"

0 commit comments

Comments
 (0)