mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(android): Bump Android compile target to 35 (#7232)
This is needed for #7227
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user