Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

How to build a project

Artem Fomchenkov edited this page May 25, 2021 · 1 revision

How to build a project

Gradle config

Add next line to local.properties file at the root of the project folder:

RELEASE_KEYSTORE_PATH=''
RELEASE_KEYSTORE_PASSWORD=''
RELEASE_KEY_ALIAS=''
RELEASE_KEY_PASSWORD=''

This variables needs for sign config for release build. Sign keys should be kept by contributors with publishing access or CI.

Clone this wiki locally