From ec9883d39c2869a8fc3d1f9e6d6c34e7d0641ed8 Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 4 Sep 2023 21:24:51 -0300 Subject: [PATCH] chore: update compileSdk to API 34 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e4a5ebde9..7f512bc24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ android { storePassword keystoreProperties['storePassword'] } } - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)