Skip to content

Commit 18e52e6

Browse files
committed
36
1 parent 1da7079 commit 18e52e6

15 files changed

Lines changed: 16 additions & 16 deletions

File tree

.changes/compilesdk35.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ shell: patch
2525
shell-js: patch
2626
---
2727

28-
On Android, updated compileSdk to 35.
28+
On Android, updated compileSdk to 36.

examples/api/src-tauri/gen/android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ val tauriProperties = Properties().apply {
1414
}
1515

1616
android {
17-
compileSdk = 35
17+
compileSdk = 36
1818
namespace = "com.tauri.api"
1919
defaultConfig {
2020
manifestPlaceholders["usesCleartextTraffic"] = "false"
2121
applicationId = "com.tauri.api"
2222
minSdk = 24
23-
targetSdk = 35
23+
targetSdk = 36
2424
versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt()
2525
versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0")
2626
}

plugins/barcode-scanner/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.barcodescanner"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/biometric/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.biometric"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/clipboard-manager/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.clipboard"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/deep-link/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.deep_link"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/dialog/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.dialog"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/fs/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "com.plugin.fs"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 21

plugins/geolocation/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.geolocation"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

plugins/haptics/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "app.tauri.haptics"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 24

0 commit comments

Comments
 (0)