From 17ea44cd27282863017e47b3d347487ffc916d0f Mon Sep 17 00:00:00 2001 From: kari-ts Date: Thu, 7 Aug 2025 13:28:41 -0700 Subject: [PATCH] android: update target API to 35 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"