From d93233fd3bf0bc94556f89c514d1687430fa15af Mon Sep 17 00:00:00 2001 From: Benedikt Koeppel Date: Sat, 6 Nov 2021 15:24:41 +0100 Subject: [PATCH] Upgrade to Android SDK 30 --- .idea/misc.xml | 2 +- .idea/modules/app/droidplane.app.iml | 4 ++-- app/build.gradle | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 573b025..1f88f4b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -44,7 +44,7 @@ - + diff --git a/.idea/modules/app/droidplane.app.iml b/.idea/modules/app/droidplane.app.iml index fbdb678..586cea3 100644 --- a/.idea/modules/app/droidplane.app.iml +++ b/.idea/modules/app/droidplane.app.iml @@ -4,7 +4,7 @@ @@ -40,7 +40,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 716b43b..cbbacf0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 - buildToolsVersion '28.0.3' + compileSdkVersion 30 + buildToolsVersion '31.0.0' defaultConfig { applicationId "ch.benediktkoeppel.code.droidplane" minSdkVersion 19 - targetSdkVersion 28 + targetSdkVersion 30 } buildTypes {