android:: updated targetSdkVersion to 29

This commit is contained in:
Zeno Rogue 2021-06-06 10:51:14 +02:00
parent 35ea5e6bc0
commit c9229f36d6
1 changed files with 3 additions and 3 deletions

View File

@ -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"