forked from Automattic/simplenote-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.configure
35 lines (34 loc) · 943 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": "04d008ee0fa9eb3adeaf647672251380753a87dc",
"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": "Simplenote/release.jks",
"encrypt": false
},
{
"file": "android/debug.keystore",
"destination": "~/.configure/simplenote-android/secrets/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/Simplenote/google-upload-credentials.json",
"destination": "~/.configure/simplenote-android/secrets/google-upload-credentials.json",
"encrypt": false
}
],
"file_dependencies": [
]
}