This is complete source to smart bag Android application.
Clone this repository and import into Android Studio
git clone git@github.com:ankitmhatre/smart_bag.gitCreate app/keystore.gradle with the following info:
ext.key_alias='...'
ext.key_password='...'
ext.store_password='...'And place both keystores under app/keystores/ directory:
playstore.keystorestage.keystore
Use the Android Studio Build Variants button to choose between 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 mantained by: