alphacep / vosk-android-service

Offline voice typing for Android
Apache License 2.0
55 stars 10 forks source link

Fix 2 #21

Closed Doomsdayrs closed 1 year ago

Doomsdayrs commented 1 year ago

Update to latest android target, update dependencies, fix JNA, and remove english model because it was never used and took too much space.

Doomsdayrs commented 1 year ago

I also removed firebase as it was unused and utilized 10mb~ of space

Doomsdayrs commented 1 year ago

Furthermore I enabled ABI splitting so the download size is even smaller for different architecture.

Universal apk is still large at 50~mb Split apk is about 25 ~ mb

I did not check proguard

nshmyrev commented 1 year ago

Thank you!