chore: update Android target SDK to 34 (#1368)

This commit is contained in:
Lucas Fernandes Nogueira
2024-05-25 07:47:19 -03:00
committed by GitHub
parent 430bd6f4f3
commit 7581576a24
14 changed files with 51 additions and 24 deletions
@@ -5,13 +5,13 @@ plugins {
}
android {
compileSdk = 33
compileSdk = 34
namespace = "com.tauri.api"
defaultConfig {
manifestPlaceholders["usesCleartextTraffic"] = "false"
applicationId = "com.tauri.api"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"
}