From baa12eeb171019b4cf3e03ecd247ca13c3db8ad5 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 21 Oct 2022 19:41:49 +0200 Subject: [PATCH] Revert "Update *SdkVersion" This reverts commit 5360cf401e2a17790a1fd08f09ff6003060466ab. Changing this requires modification of the app. It is not required just yet, so revert this for now. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cabc2f1..6d1473f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,11 +4,11 @@ plugins { apply plugin: 'com.android.application' android { - compileSdkVersion 33 + compileSdkVersion 30 defaultConfig { applicationId "com.github.gotify" minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 30 versionCode 26 versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"