mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 17:57:03 +00:00
android:: updated targetSdkVersion to 29
This commit is contained in:
parent
35ea5e6bc0
commit
c9229f36d6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user