From 03a9b3419067a6911fd901b0370aa5f8bb0d262b Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 23 May 2025 12:35:19 -0500 Subject: [PATCH] chore: Upgrade minSdkVersion to 23 (#1921) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d82a0b93a..a4f5e6932 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ android { compileSdk 36 defaultConfig { applicationId "com.geeksville.mesh" - minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) + minSdkVersion 23 targetSdk 36 versionCode 30602 // format is Mmmss (where M is 1+the numeric major number versionName "2.6.2"