diff --git a/Cargo.lock b/Cargo.lock
index c7dc50e5..cfe81a35 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4960,7 +4960,7 @@ dependencies = [
[[package]]
name = "tauri"
version = "2.0.0-alpha.8"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"anyhow",
"bytes 1.4.0",
@@ -5010,7 +5010,7 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"anyhow",
"cargo_toml",
@@ -5030,7 +5030,7 @@ dependencies = [
[[package]]
name = "tauri-codegen"
version = "2.0.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"base64 0.21.0",
"brotli",
@@ -5055,7 +5055,7 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.0.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"heck 0.4.1",
"proc-macro2",
@@ -5449,7 +5449,7 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "0.13.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"gtk",
"http",
@@ -5469,7 +5469,7 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "0.13.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"cocoa",
"gtk",
@@ -5489,7 +5489,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.4"
-source = "git+https://github.com/tauri-apps/tauri?branch=next#6fb5734d2fcade539a3c8a5f0a9f29fee1c666c5"
+source = "git+https://github.com/tauri-apps/tauri?branch=next#59db76af4c88645ee03b9f87c0f787fbc0040905"
dependencies = [
"aes-gcm 0.10.1",
"brotli",
diff --git a/examples/api/src-tauri/gen/android/.idea/.gitignore b/examples/api/src-tauri/gen/android/.idea/.gitignore
deleted file mode 100644
index 26d33521..00000000
--- a/examples/api/src-tauri/gen/android/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/examples/api/src-tauri/gen/android/.idea/gradle.xml b/examples/api/src-tauri/gen/android/.idea/gradle.xml
deleted file mode 100644
index b898c0af..00000000
--- a/examples/api/src-tauri/gen/android/.idea/gradle.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/api/src-tauri/gen/android/.idea/misc.xml b/examples/api/src-tauri/gen/android/.idea/misc.xml
deleted file mode 100644
index 903c0807..00000000
--- a/examples/api/src-tauri/gen/android/.idea/misc.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/api/src-tauri/gen/android/.idea/vcs.xml b/examples/api/src-tauri/gen/android/.idea/vcs.xml
deleted file mode 100644
index bc599707..00000000
--- a/examples/api/src-tauri/gen/android/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/examples/api/src-tauri/gen/android/buildSrc/src/main/java/com/tauri/api/kotlin/BuildTask.kt b/examples/api/src-tauri/gen/android/buildSrc/src/main/java/com/tauri/api/kotlin/BuildTask.kt
index 13a77f05..f9874825 100644
--- a/examples/api/src-tauri/gen/android/buildSrc/src/main/java/com/tauri/api/kotlin/BuildTask.kt
+++ b/examples/api/src-tauri/gen/android/buildSrc/src/main/java/com/tauri/api/kotlin/BuildTask.kt
@@ -15,7 +15,7 @@ open class BuildTask : DefaultTask() {
var release: Boolean? = null
@TaskAction
- fun build() {
+ fun assemble() {
val executable = """pnpm""";
try {
runTauriCli(executable)
diff --git a/plugins/clipboard/Cargo.toml b/plugins/clipboard/Cargo.toml
index 00864ff4..1b02f6fc 100644
--- a/plugins/clipboard/Cargo.toml
+++ b/plugins/clipboard/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
+links = "tauri-plugin-clipboard"
[build-dependencies]
tauri-build.workspace = true
diff --git a/plugins/dialog/Cargo.toml b/plugins/dialog/Cargo.toml
index 1882da38..45a89d92 100644
--- a/plugins/dialog/Cargo.toml
+++ b/plugins/dialog/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
+links = "tauri-plugin-dialog"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml
index f136b2e5..721cb3e3 100644
--- a/plugins/notification/Cargo.toml
+++ b/plugins/notification/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
+links = "tauri-plugin-notification"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/plugins/notification/android/src/main/AndroidManifest.xml b/plugins/notification/android/src/main/AndroidManifest.xml
index 986d5f85..28ccac30 100644
--- a/plugins/notification/android/src/main/AndroidManifest.xml
+++ b/plugins/notification/android/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
-
+
diff --git a/shared/template/Cargo.toml b/shared/template/Cargo.toml
index defae478..20f4dd71 100644
--- a/shared/template/Cargo.toml
+++ b/shared/template/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
+links = "tauri-plugin-{{name}}"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html