chore(android): Bump Android compile target to 35 (#7232)

This is needed for #7227
This commit is contained in:
Jamil
2024-11-01 08:55:36 -07:00
committed by GitHub
parent 5564e578fe
commit c5ef20e3be

View File

@@ -43,7 +43,7 @@ android {
}
namespace = "dev.firezone.android"
compileSdk = 34
compileSdk = 35
ndkVersion = "27.2.12479018" // Must match `.github/actions/setup-android/action.yml`
defaultConfig {