v3.2.2: Increased minimum Android to 5.0 from 4.0, and Java from 8 to 11

This commit is contained in:
Evan Debenham
2025-08-17 10:52:27 -04:00
parent 797f2791a4
commit 83535d9723
6 changed files with 21 additions and 53 deletions

View File

@@ -17,10 +17,10 @@ allprojects {
appVersionCode = 861
appVersionName = '3.2.1'
appJavaCompatibility = JavaVersion.VERSION_1_8
appJavaCompatibility = JavaVersion.VERSION_11
appAndroidCompileSDK = 35 //Android 15
appAndroidMinSDK = 14 //Android 4.0
appAndroidMinSDK = 21 //Android 5.0
//significant layout management changes required for API 35+ as edge-to-edge is forced on
//will do this at the same time as dropping support for Android 4.4- (later in 2025)
appAndroidTargetSDK = 34 //Android 14