diff --git a/Cargo.toml b/Cargo.toml index 7682ed5..f1ec87f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,10 @@ web-sys = { version = "0.3", features = ["EventTarget", "SpeechSynthesis", "Spee jni = "0.18" ndk-glue = "0.2" +[package.metadata.android] +target_sdk_version = 29 +min_sdk_version = 21 + [[example]] name = "hello_world_android" crate-type = ["cdylib"] diff --git a/Makefile.toml b/Makefile.toml new file mode 100644 index 0000000..7673a80 --- /dev/null +++ b/Makefile.toml @@ -0,0 +1,3 @@ +[tasks.log-android] +command = "adb" +args = ["logcat", "RustStdoutStderr:D", "*:S"] \ No newline at end of file