v1.1.0 - Update Targeted Version + Enhancements + Bugfixes #1

Merged
me merged 24 commits from dev into main 2025-07-19 15:25:35 -07:00
Showing only changes of commit 854f5df595 - Show all commits

View File

@@ -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"