Skip to content

Commit

Permalink
Update sentry token and increase default Gradle memory to 6g
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jun 1, 2020
1 parent f9f408d commit f4270a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_name": "WordPress-Android",
"branch": "master",
"pinned_hash": "cd32efdfc986278472a637841dedac3d5e665555",
"pinned_hash": "fd13936be5a6b9bcf30e537791d7de6aedba8523",
"files_to_copy": [
{
"file": "android/WPAndroid/gradle.properties",
Expand All @@ -13,6 +13,11 @@
"destination": "WordPress/google-services.json",
"encrypt": true
},
{
"file": "android/WPAndroid/sentry.properties",
"destination": "sentry.properties",
"encrypt": true
},
{
"file": "android/debug.keystore",
"destination": "~/.android/debug_a8c.keystore",
Expand All @@ -27,4 +32,4 @@
"file_dependencies": [

]
}
}
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 f4270a1

Please sign in to comment.