https://github.com/teamforus/me-android
Me - an account for the Forus platform, where you store your voucher and make payments
https://github.com/teamforus/me-android
Last synced: 3 months ago
JSON representation
Me - an account for the Forus platform, where you store your voucher and make payments
- Host: GitHub
- URL: https://github.com/teamforus/me-android
- Owner: teamforus
- Created: 2018-04-05T12:10:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T14:08:38.000Z (11 months ago)
- Last Synced: 2025-07-11T15:45:14.223Z (11 months ago)
- Language: Kotlin
- Homepage:
- Size: 12.6 MB
- Stars: 2
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
me-android
==========
Android implementation of [Me](https://github.com/teamforus/me)
Getting Started
===============
1. Clone this code to your machine
2. Download and fully install [Android Studio](https://developer.android.com/studio/index.html)
3. Open this code in Android Studio (Choosing the containing directory in Android Studio `Open` dialog works)
4. Sync Project with Gradle Files
5. Select product flavor for development (`Build` -> `Select Build Variant` -> `devDebug`)
6. Click the `Play` button (`Shift` + `F10`)
Making a new build for Play store (Dev only)
============================================
1. Open app/build.gradle
2. Increase the androidVersionCode by 1.
3. Optionally change the androidVersionName to whatever you want.
5. Select build variant `prodRelease`
4. Build the APK however you want (in Android Studio or via gradle)
- You'll need the release certificate, alias and password.
5. Commit the changes to build.gradle, upload the APKs to Play store
