From 5360cf401e2a17790a1fd08f09ff6003060466ab Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Mon, 17 Oct 2022 21:19:42 +0200 Subject: [PATCH] Update *SdkVersion --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de170f1..7869ff7 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 19 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 25 versionName "2.3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"