This is a music app designed to use AI to enable user to use their voice to control their playlist. It uses musixmatch API to load lyrics while the song is playing.
Clone this repository and import into Android Studio
https://github.com/atembamanu/Am-Music.git```
## Configuration
### Keystores:
Create `app/keystore.gradle` with the following info:
```gradle
ext.key_alias='...'
ext.key_password='...'
ext.store_password='...'
And place both keystores under app/keystores/
directory:
playstore.keystore
stage.keystore
Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
This project is maintained by:
- [Atemba Emmanuel(http://github.com/atembamanu)
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request