Simple Kanban app for Android written in Java with Android Studio using SQLite database for local task storage.
Download and install the latest release APK.
- Open the project in Android Studio.
- Click
Build
-->Select Build Variant...
- Under
Active Build Variant
, choose whether you want to build thedebug
orrelease
variant.- To build the
release
variant, make sure to first create a local keystore, and then setRELEASE_STORE_FILE_PATH
,RELEASE_STORE_PASSWORD
,RELEASE_STORE_KEY_PASS
, andRELEASE_STORE_KEY_ALIAS
inlocal.properties
.
- To build the
- Plug in your Android device, and click
Run
-->Run 'app'
.