Add Android APK build support with Tauri 2.x mobile
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
//! Mobile-specific entry points for Android and iOS
|
||||
|
||||
use tauri::{AppHandle, Runtime};
|
||||
|
||||
/// Mobile entry point
|
||||
#[tauri::mobile_entry_point]
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user