From 854f5df595d2f7d3eec6fa9ebfda921b80b1b955 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 13 Jul 2025 10:32:50 -0700 Subject: [PATCH] Set the versions to the newest SDK. Dock the minumum by 1 to match Carb Up. --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25e6bfa..e5b53a3 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' android { namespace "com.hyperling.apps.infinitetimer" - compileSdkVersion 35 + compileSdkVersion 36 defaultConfig { applicationId "com.hyperling.apps.infinitetimer" - minSdkVersion 15 - targetSdkVersion 35 + minSdkVersion 14 + targetSdkVersion 36 versionCode 8 versionName "1.1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"