|
@@ -114,7 +114,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {{
|
|
Builder::new("{name}")
|
|
Builder::new("{name}")
|
|
.setup(|app, api| {{
|
|
.setup(|app, api| {{
|
|
#[cfg(target_os = "android")]
|
|
#[cfg(target_os = "android")]
|
|
- let handle = api.register_android_plugin("{identifier}, "ExamplePlugin")?;
|
|
|
|
|
|
+ let handle = api.register_android_plugin("{identifier}", "ExamplePlugin")?;
|
|
Ok(())
|
|
Ok(())
|
|
}})
|
|
}})
|
|
.build()
|
|
.build()
|