Skip to content

Commit

Permalink
fix crash on pre-O devices
Browse files Browse the repository at this point in the history
  • Loading branch information
j4velin committed Jul 2, 2019
1 parent 9a89042 commit a3db685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package="de.j4velin.pedometer"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1510"
android:versionName="1.5.10">
android:versionCode="1511"
android:versionName="1.5.11">

<uses-sdk
android:minSdkVersion="19"
Expand All @@ -17,6 +17,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>

<application
android:allowBackup="true"
Expand Down

0 comments on commit a3db685

Please sign in to comment.