From cd47c0a84138c0009fb76368f1924dd2e8250144 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sat, 22 Oct 2022 18:38:59 +0200 Subject: [PATCH] Update targetSdkVersion to 33 --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 230d402..24d8a68 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,11 +4,11 @@ plugins { apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 33 defaultConfig { applicationId "com.github.gotify" minSdkVersion 23 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 26 versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 47cbaca..11f036d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,6 +19,7 @@ android:theme="@style/AppTheme"> @@ -30,24 +31,29 @@ @@ -59,7 +65,8 @@ - +