mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 12:39:36 +00:00
Set Android API versions, and add Makefile.toml convenience script for getting Android logs.
This commit is contained in:
parent
187cd71eeb
commit
cb91760468
|
@ -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"]
|
||||
|
|
3
Makefile.toml
Normal file
3
Makefile.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[tasks.log-android]
|
||||
command = "adb"
|
||||
args = ["logcat", "RustStdoutStderr:D", "*:S"]
|
Loading…
Reference in New Issue
Block a user