Skip to content

Commit

Permalink
Bump SdkVersion to 34
Browse files Browse the repository at this point in the history
This implies adding POST_NOTIFICATIONS permission
  • Loading branch information
apozas committed Aug 29, 2023
1 parent 6b2b01b commit d3d49a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
compileSdk 34

defaultConfig {
applicationId "com.apozas.contactdiary"
minSdkVersion 14
targetSdkVersion 32
versionCode 34
versionName "1.4.13"
targetSdkVersion 34
versionCode 35
versionName "1.4.14"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions android_app/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apozas.contactdiary">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>

Expand Down

0 comments on commit d3d49a9

Please sign in to comment.