fix: mobile entry point cfg_attr + java sdk versions
This commit is contained in:
@@ -42,6 +42,7 @@ pub fn desktop() {
|
||||
.expect("error while running tauri application");
|
||||
}
|
||||
|
||||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
#[cfg(any(target_os = "ios", target_os = "android"))]
|
||||
pub fn android() {
|
||||
tauri::Builder::default()
|
||||
|
||||
Reference in New Issue
Block a user