android:: targetVersion 26

This commit is contained in:
Zeno Rogue 2018-12-15 22:19:32 +01:00
parent 52dfd434bb
commit af9c3f0b55
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "com.roguetemple.hyperroid" applicationId "com.roguetemple.hyperroid"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 18 targetSdkVersion 26
// multiDexEnabled true // multiDexEnabled true
//javaMaxHeapSize "4g" //javaMaxHeapSize "4g"