Skip to content

Commit

Permalink
Removing android.permission.FOREGROUND_SERVICE permission, leaving on…
Browse files Browse the repository at this point in the history
…ly android.permission.FOREGROUND_SERVICE_DATA_SYNC

Upping versionCode to 82
  • Loading branch information
Dima-Android committed Jul 23, 2024
1 parent 3207fec commit 6c45b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
android:name="android.permission.RECEIVE_BOOT_COMPLETED"
tools:node="remove" />

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

<application
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object BuildConfig {
const val compileSdkVersion = 34
const val targetSdk = 34

val versionCode = 81 // Must be updated on every build
val versionCode = 82 // Must be updated on every build
val version = Version(
major = 1,
minor = 0,
Expand Down

0 comments on commit 6c45b75

Please sign in to comment.