Use new sdk implementation syntax

This commit is contained in:
Niko Diamadis
2022-10-22 18:41:20 +02:00
committed by Jannis Mattheis
parent cd47c0a841
commit dd84b47546

View File

@@ -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"