From c5ef20e3be5c23dd6a3fb1e5d325f7bf62e51278 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 1 Nov 2024 08:55:36 -0700 Subject: [PATCH] chore(android): Bump Android compile target to 35 (#7232) This is needed for #7227 --- kotlin/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index 6b1ce4fb9..23f6cc191 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -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 {