fix: mobile entry point cfg_attr + java sdk versions

This commit is contained in:
2025-04-22 15:55:28 +01:00
parent fa5d38d796
commit 08b4175b73
3 changed files with 3 additions and 2 deletions

View File

@@ -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()