From 058e8546069332f21fd0af094101086fa8ea4783 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 11 Jul 2025 13:13:04 -0700 Subject: [PATCH] Ensure app can be installed by 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 21a9460..4391fdd 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 36 buildToolsVersion '28.0.3' defaultConfig { applicationId "com.hyperling.apps.infinitetimer" minSdkVersion 15 - targetSdkVersion 28 + targetSdkVersion 36 versionCode 7 versionName "1.06" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"