Simple Android application for quickly showing the next departures for your favourite public transportation stop in Helsinki area.
The application can be downloaded from Google Play: https://play.google.com/store/apps/details?id=com.karhatsu.suosikkipysakit
- Update
versionCode
andversionName
inapp/build.gradle
- Commit the version change
Build
-Generate Signed App Bundle / APK
- Choose APK for testing with a phone and install with
apk install
- Choose ABB for releasing and upload to Google Play
git tag VX.X && git push origin VX.X