forked from woocommerce/woocommerce-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.configure
50 lines (49 loc) · 1.32 KB
/
.configure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"project_name": "woocommerce-android",
"branch": "trunk",
"pinned_hash": "34f6a4a2f9a373d1d4fce7af2df03f110ac2cf5c",
"files_to_copy": [
{
"file": "android/WCAndroid/gradle.properties",
"destination": "gradle.properties",
"encrypt": true
},
{
"file": "android/WCAndroid/google-services.json",
"destination": "WooCommerce/google-services.json",
"encrypt": true
},
{
"file": "android/WCAndroid/sentry.properties",
"destination": "sentry.properties",
"encrypt": true
},
{
"file": "android/automattic.jks",
"destination": "WooCommerce/release.jks",
"encrypt": false
},
{
"file": "android/debug.keystore",
"destination": "~/.configure/woocommerce-android/secrets/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/automattic_upload.jks",
"destination": "WooCommerce/upload.jks",
"encrypt": true
},
{
"file": "android/WCAndroid/google-upload-credentials.json",
"destination": "~/.configure/woocommerce-android/secrets/google-upload-credentials.json",
"encrypt": true
},
{
"file": "android/WCAndroid/firebase.secrets.json",
"destination": ".configure-files/firebase.secrets.json",
"encrypt": true
}
],
"file_dependencies": [
]
}