aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 74d7622898c209304a4c1b2ea3c2b0170737e95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Properties for the build which can be overridden locally.
# 
# This allows build keys to be set where the app is being built in 
# a gradle.properties override. See;
#
#  http://www.gradle.org/docs/current/userguide/tutorial_this_and_that.html#sec:gradle_properties_and_system_properties
# 
# for more information on the overriding system.
#

# The store file location is relative to the module base, and so needs to go
# up one level of the directory hierarchy to get to the project root.

iosched14_android_debugkey_storefile = ../android/debug.keystore
iosched14_android_debugkey_storePassword = android
iosched14_android_debugkey_keyAlias = androiddebugkey
iosched14_android_debugkey_keyPassword = android

iosched14_android_releasekey_storefile = ../android/debug.keystore
iosched14_android_releasekey_storePassword = android
iosched14_android_releasekey_keyAlias = androiddebugkey
iosched14_android_releasekey_keyPassword = android