Skip to content

Files

Latest commit

a07b3a7 · May 14, 2015

History

History
14 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 304 Bytes

Your local.properties should look something like this:

# location of the SDK. This is only used by Ant
sdk.dir=/path/to/android-sdk-linux

key.store=/path/to/release.keystore
key.alias=release

store.pass=password
key.pass=changeme

Build with ./gradlew clean && ./gradlew assembleRelease