From 7a59c59d47f8513f7e015b86cf5417e7d59c5d31 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 11 Jul 2025 13:15:44 -0700 Subject: [PATCH] Allow app to be installed by current and future Android versions. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4784072..407b20f 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 + compileSdkVersion 36 buildToolsVersion "23.0.2" defaultConfig { applicationId "com.hyperling.carbupbeta" minSdkVersion 8 - targetSdkVersion 23 + targetSdkVersion 36 versionCode 6 versionName "0.11" }