Update sdk version 30

This commit is contained in:
Jannis Mattheis
2021-08-21 20:29:37 +02:00
parent 9ba9405b0f
commit 939136c5e3
2 changed files with 4 additions and 4 deletions

View File

@@ -4,11 +4,11 @@ plugins {
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "com.github.gotify"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 21
versionName "2.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"