The android application for the damien experience project.
Clone this repository and import into Android Studio
git clone git@github.com:HoGent-Projecten3/projecten3-2021-android-d4.gitAPK downloads for the application can be found here
The app was also submitted to the Google Play Store (and approved). Currently it can only be downloaded if you are submitted to the Alpha testing phase.
email: google@test.com
password: P@ssword1
Create 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 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 mantained by:
- Simon Bettens
- Ruben Naudts
- Dante De Ruwe
- Jonas Haenebalcke
- Lucas Van der Haegen
- Jordy Van Kerkvoorde
- 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