A sample app to demonstrate Redux in android with Kotlin
Clone this repository and import into Android Studio
git clone git@github.com:KryptKode/ReCounter.git
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)
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request