1.4.2 - Dropped minSDK down to support Android 12

This commit is contained in:
2025-09-09 12:57:02 -06:00
parent 5fb251c144
commit ba6edcd854

View File

@@ -14,10 +14,10 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.atridad.openclimb" applicationId = "com.atridad.openclimb"
minSdk = 34 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = 22 versionCode = 23
versionName = "1.4.1" versionName = "1.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }