Skip to content

Commit

Permalink
Hotfix: Missing permission results in crashes on Android 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Nov 8, 2023
1 parent f876af0 commit 579b536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "org.secuso.privacyfriendlysudoku"
minSdkVersion 17
targetSdkVersion 33
versionCode 13
versionName "3.1"
versionCode 14
versionName "3.1.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package="org.secuso.privacyfriendlysudoku.ui.view">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
android:name="org.secuso.privacyfriendlysudoku.PFSudoku"
Expand Down

0 comments on commit 579b536

Please sign in to comment.