chore: update `compileSdk` to API 35

pull/1368/head
andrekir 2024-11-04 13:00:04 -03:00
rodzic d4137a7dc4
commit 63513a56a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ android {
storePassword keystoreProperties['storePassword'] storePassword keystoreProperties['storePassword']
} }
} }
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
applicationId "com.geeksville.mesh" applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)