Get the app from releases page.
Create baseurl.properties
file to the root folder with the following content:
baseUrl="<backend url>"
Now you can a debug build. If you want a release build, do the following:
Create signing.properties
file to the root folder with the following content:
storeFile=<path to keystore>
keyAlias=
storePassword=
keyPassword=
Now you can build a release build.
Licensed under the MIT License 5A82 a>.