Skip to content

Commit

Permalink
Update .configure using latest toolkit version
Browse files Browse the repository at this point in the history
Notice how there now is an explicit `encrypt: true` for each file.
  • Loading branch information
mokagio committed Sep 10, 2024
1 parent bfea8bc commit 6fce8c8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .configure
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
{
"project_name": "Simplenote-Android",
"branch": "trunk",
"pinned_hash": "9b6326550a87fe0b6423a9e12f79ca92be8c9cff",
"pinned_hash": "2c5509d08ff9b9620381f4dc602fc2e5edcfcb40",
"files_to_copy": [
{
"file": "android/simplenote/Simplenote/gradle.properties",
"destination": "Simplenote/gradle.properties"
"destination": "Simplenote/gradle.properties",
"encrypt": true
},
{
"file": "android/simplenote/sentry.properties",
"destination": "sentry.properties"
"destination": "sentry.properties",
"encrypt": true
},
{
"file": "android/automattic.jks",
"destination": ".configure-files/release.jks"
"destination": ".configure-files/release.jks",
"encrypt": true
},
{
"file": "android/debug.keystore",
"destination": ".configure-files/debug_a8c.keystore"
"destination": ".configure-files/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/Simplenote/google-upload-credentials.json",
"destination": ".configure-files/google-upload-credentials.json"
"destination": ".configure-files/google-upload-credentials.json",
"encrypt": true
}
],
"file_dependencies": [

]
}
}
Binary file added .configure-files/automattic.jks.enc
Binary file not shown.
Binary file modified .configure-files/debug.keystore.enc
Binary file not shown.
Binary file modified .configure-files/google-upload-credentials.json.enc
Binary file not shown.
Binary file modified .configure-files/gradle.properties.enc
Binary file not shown.
Binary file modified .configure-files/sentry.properties.enc
Binary file not shown.

0 comments on commit 6fce8c8

Please sign in to comment.