chore(deps): update tauri and Android project (#360)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-16 16:39:00 -07:00
committed by GitHub
parent 702b7b36bd
commit d87b569643
55 changed files with 262 additions and 273 deletions
+1
View File
@@ -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
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.tauri.notification">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<receiver android:name="app.tauri.notification.TimedNotificationPublisher" />