Find the latest release from the releases page and download and install the APK.
To build this project for yourself, you need to do the following steps:
- create a folder called assets in
SPKRVoiceKeyboard/app/src/main/
- Add a file called credentials.json and add the following value:
To get the API KEY, please follow this blog post I made.
{ "APIKEY": "API_KEY_FROM_GOOGLE-CLOUD-PLATFORM" }
- Go to Firebase and create a new Android Project, get the google-services.json file and store it in the
/app
folder - Use AndroidStudio to build the App