From cc8aa0a8af5e1adf3af603c56970ccac8f5af0a6 Mon Sep 17 00:00:00 2001 From: timo Date: Tue, 29 Dec 2020 01:39:46 +0100 Subject: [PATCH] bumped target sdk version from 28 to 29 for google play store release. --- sudoq-app/sudoqapp/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudoq-app/sudoqapp/build.gradle b/sudoq-app/sudoqapp/build.gradle index 333b911b..431e6e2a 100644 --- a/sudoq-app/sudoqapp/build.gradle +++ b/sudoq-app/sudoqapp/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "de.sudoq" minSdkVersion 14 - targetSdkVersion 28 + targetSdkVersion 29 resConfigs "en", "de", "fr" testApplicationId "de.sudoq.test" testInstrumentationRunner "android.test.InstrumentationTestRunner"