File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/platforms/android/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ sentry {
70
70
org = "___ORG_SLUG___"
71
71
72
72
// The slug of the Sentry project to use for uploading proguard mappings/source contexts.
73
- project = "___PROJECT_SLUG___"
73
+ projectName = "___PROJECT_SLUG___"
74
74
75
75
// The authentication token to use for uploading proguard mappings/source contexts.
76
76
// WARNING: Do not expose this token in your build.gradle files, but rather set an environment
@@ -189,7 +189,7 @@ sentry {
189
189
org.set(" ___ORG_SLUG___" )
190
190
191
191
// The slug of the Sentry project to use for uploading proguard mappings/source contexts.
192
- project .set(" ___PROJECT_SLUG___" )
192
+ projectName .set(" ___PROJECT_SLUG___" )
193
193
194
194
// The authentication token to use for uploading proguard mappings/source contexts.
195
195
// WARNING: Do not expose this token in your build.gradle files, but rather set an environment
You can’t perform that action at this time.
0 commit comments