We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To build a signed APK all you need to do is add a file named signed.properties in the root of the project. The content must be like so:
signed.properties
STORE_FILE=PATH/TO/KEYSTORE STORE_PASSWORD=KEYSTORE_PASSWORD KEY_ALIAS=KEY_NAME KEY_PASSWORD=KEY_PASSWORD
Then, just run gradle build (or gradlew build) from the command line.
gradle build
gradlew build