From b2c9cd6cb692a226828bb5107cc0896b76205847 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 20 Jul 2025 20:00:55 -0700 Subject: [PATCH] Increment the version and prepare to begin testing for newer versions of Android. --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 13f56a9..1d60be7 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,14 +1,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 + compileSdkVersion 36 buildToolsVersion "24.0.2" defaultConfig { applicationId "apps.hyperling.com.platformer" - minSdkVersion 15 - targetSdkVersion 24 - versionCode 10 - versionName "0.9" + minSdkVersion 14 + targetSdkVersion 36 + versionCode 11 + versionName "0.0.10" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {