Skip to content

Commit cc2f638

Browse files
authored
android: update target API to 35 (#688)
Fixes tailscale/corp#31101 Signed-off-by: kari-ts <[email protected]>
1 parent e68e640 commit cc2f638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
compileSdkVersion 34
3737
defaultConfig {
3838
minSdkVersion 26
39-
targetSdkVersion 34
39+
targetSdkVersion 35
4040
versionCode 356
4141
versionName getVersionProperty("VERSION_LONG")
4242
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)