android: lower target SDK to 29

Target 30 results in an error on load, most likely because netlink
is no longer accessible for apps.

runBackend: NewUserspaceEngineAdvanced: route ip+net: netlinkrib: permission denied

Fixes tailscale/tailscale#2290

Signed-off-by: Elias Naur <mail@eliasnaur.com>
pull/15/head
Elias Naur 4 years ago
parent 639aebac6a
commit 242c936b2c

@ -24,7 +24,7 @@ android {
compileSdkVersion 30 compileSdkVersion 30
defaultConfig { defaultConfig {
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 30 targetSdkVersion 29
versionCode 45 versionCode 45
versionName "v1.10.0-405ea978f8b-g10ded1bad29" versionName "v1.10.0-405ea978f8b-g10ded1bad29"
} }

Loading…
Cancel
Save