From 63513a56a15bd83e625aa5cef012fca33585751c Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 4 Nov 2024 13:00:04 -0300 Subject: [PATCH] chore: update `compileSdk` to API 35 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 638e17f7a..b78665847 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { storePassword keystoreProperties['storePassword'] } } - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)