-
Notifications
You must be signed in to change notification settings - Fork 301
/
.configure
35 lines (34 loc) · 924 Bytes
/
.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
{
"project_name": "Simplenote-Android",
"branch": "trunk",
"pinned_hash": "1761b0a77a5371f9127c5d0575c90f938d864537",
"files_to_copy": [
{
"file": "android/simplenote/Simplenote/gradle.properties",
"destination": "Simplenote/gradle.properties",
"encrypt": true
},
{
"file": "android/simplenote/sentry.properties",
"destination": "sentry.properties",
"encrypt": true
},
{
"file": "android/automattic.jks",
"destination": ".configure-files/release.jks",
"encrypt": true
},
{
"file": "android/debug.keystore",
"destination": ".configure-files/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/Simplenote/google-upload-credentials.json",
"destination": "~/.configure/simplenote-android/secrets/google-upload-credentials.json",
"encrypt": true
}
],
"file_dependencies": [
]
}