android: update target API to 35 (#688)

Fixes tailscale/corp#31101

Signed-off-by: kari-ts <kari@tailscale.com>
pull/689/head
kari-ts 4 months ago committed by GitHub
parent e68e64014e
commit cc2f6386a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save