Update compile sdk

This commit is contained in:
Jannis Mattheis
2019-11-28 21:45:27 +01:00
parent de49792133
commit c413114702
2 changed files with 6 additions and 5 deletions

View File

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