The guide assumes that you are using Linux or Mac for development.
- Install Android Studio
- Install Java JDK v8
Below are the Android tools needed:
- Install ANDROID_BUILD_TOOLS="28.0.3"
- Install ANDROID_COMPILE_SDK="28"
First export the following variables.
export ANDROID_HOME=your-android-sdk-location
export ANDROID_NDK_HOME=your-android-sdk-location
export PATH=$PATH:/sdk-tools/platform-tools/
export PATH=$PATH:$ANDROID_NDK_HOME
change to the root directory of the project
./gradlew assembleAll assemble
Gitlab will automatically deploy created versions of this artifact to our maven repository
as long as the branch is a release candidate 1.2.0RC