Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 939 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 939 Bytes

Android Libbitcoin

Prerequisites

The guide assumes that you are using Linux or Mac for development.

Below are the Android tools needed:

  • Install ANDROID_BUILD_TOOLS="28.0.3"
  • Install ANDROID_COMPILE_SDK="28"

Build Terminal

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

Release For Android Apps

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