mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-13 12:35:06 -05:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
# The keystore file you use for the release
|
||
|
KEYSTORE=
|
||
|
|
||
|
# The directory you want the builds to go
|
||
|
BUILD_DIRECTORY=builds/ant
|
||
|
|
||
|
# The key of the keystore you want to use to sign the release
|
||
|
RELEASE_KEY=
|
||
|
|
||
|
# The path to your Android SDK
|
||
|
ANDROID_SDK=
|
||
|
|