From be7aea1457666fca5d8e8c8b96a3f9bea0258d8f Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 20 Mar 2021 01:28:55 +0800 Subject: [PATCH] update to sdk 30 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5cac80212..49381c9e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,13 +30,13 @@ android { keyPassword "$meshtasticKeyPassword" } } */ - compileSdkVersion 29 + compileSdkVersion 30 // leave undefined to use version plugin wants // buildToolsVersion "30.0.2" // Note: 30.0.2 doesn't yet work on Github actions CI defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) - targetSdkVersion 29 + targetSdkVersion 30 versionCode 20211 // format is Mmmss (where M is 1+the numeric major number versionName "1.2.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"