From cc2f6386a64eb55303187de9b0362187f1bc3596 Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:02:23 -0700 Subject: [PATCH] android: update target API to 35 (#688) Fixes tailscale/corp#31101 Signed-off-by: kari-ts --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d7b8ae5..5079097 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,7 +36,7 @@ android { compileSdkVersion 34 defaultConfig { minSdkVersion 26 - targetSdkVersion 34 + targetSdkVersion 35 versionCode 356 versionName getVersionProperty("VERSION_LONG") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"