mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
Regression from #10558
This commit is contained in:
parent
1e441811ee
commit
9718dc9e8c
6
.changes/readd-target-sdk-app.md
Normal file
6
.changes/readd-target-sdk-app.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"tauri-cli": patch:bug
|
||||||
|
"@tauri-apps/cli": patch:bug
|
||||||
|
---
|
||||||
|
|
||||||
|
Reintroduce the `targetSdk` value in the Android application template.
|
@ -22,6 +22,7 @@ android {
|
|||||||
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
manifestPlaceholders["usesCleartextTraffic"] = "false"
|
||||||
applicationId = "{{app.identifier}}"
|
applicationId = "{{app.identifier}}"
|
||||||
minSdk = {{android.min-sdk-version}}
|
minSdk = {{android.min-sdk-version}}
|
||||||
|
targetSdk = 34
|
||||||
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
|
||||||
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
|
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user