1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:29:37 +00:00

Bump ndk-glue version in Android example

This commit is contained in:
Malloc Voidstar 2021-12-10 09:10:39 -08:00
parent d24d1a6a15
commit ee8ec97ab4
No known key found for this signature in database
GPG Key ID: C34BA7CBAF747755

View File

@ -10,5 +10,5 @@ edition = "2018"
crate-type = ["dylib"]
[dependencies]
ndk-glue = "0.2"
ndk-glue = "0.5"
tts = { path = "../.." }