From dd84b4754614c8fe6fd497f0cf8e8a58cf98aa90 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Sat, 22 Oct 2022 18:41:20 +0200 Subject: [PATCH] Use new sdk implementation syntax --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 24d8a68..ec5d730 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,11 +4,11 @@ plugins { apply plugin: 'com.android.application' android { - compileSdkVersion 33 + compileSdk 33 defaultConfig { applicationId "com.github.gotify" - minSdkVersion 23 - targetSdkVersion 33 + minSdk 23 + targetSdk 33 versionCode 26 versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"