Upgrade Android Version #1

Merged
me merged 4 commits from dev into main 2025-07-22 16:24:48 -07:00
Showing only changes of commit b2c9cd6cb6 - Show all commits

View File

@@ -1,14 +1,14 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 36
buildToolsVersion "24.0.2" buildToolsVersion "24.0.2"
defaultConfig { defaultConfig {
applicationId "apps.hyperling.com.platformer" applicationId "apps.hyperling.com.platformer"
minSdkVersion 15 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 36
versionCode 10 versionCode 11
versionName "0.9" versionName "0.0.10"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {