From c9229f36d619396e6aed7b0a07be5dcdab770106 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 6 Jun 2021 10:51:14 +0200 Subject: [PATCH] android:: updated targetSdkVersion to 29 --- hyperroid/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperroid/app/build.gradle b/hyperroid/app/build.gradle index 77a9af56..e59a275e 100644 --- a/hyperroid/app/build.gradle +++ b/hyperroid/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 29 + buildToolsVersion "29.0.1" defaultConfig { applicationId "com.roguetemple.hyperroid" minSdkVersion 18 - targetSdkVersion 28 + targetSdkVersion 29 // multiDexEnabled true //javaMaxHeapSize "4g"