Android implementation of Me
- Clone this code to your machine
- Download and fully install Android Studio
- Open this code in Android Studio (Choosing the containing directory in Android Studio
Opendialog works) - Sync Project with Gradle Files
- Select product flavor for development (
Build->Select Build Variant->devDebug) - Click the
Playbutton (Shift+F10)
- Open app/build.gradle
- Increase the androidVersionCode by 1.
- Optionally change the androidVersionName to whatever you want.
- Select build variant
prodRelease - Build the APK however you want (in Android Studio or via gradle)
- You'll need the release certificate, alias and password.
- Commit the changes to build.gradle, upload the APKs to Play store
