Skip to content

Commit 171ccd6

Browse files
authored
Change 'project' to 'projectName' in the gradle config (#8507)
1 parent e43502c commit 171ccd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/android/configuration/gradle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sentry {
7070
org = "___ORG_SLUG___"
7171
7272
// The slug of the Sentry project to use for uploading proguard mappings/source contexts.
73-
project = "___PROJECT_SLUG___"
73+
projectName = "___PROJECT_SLUG___"
7474
7575
// The authentication token to use for uploading proguard mappings/source contexts.
7676
// WARNING: Do not expose this token in your build.gradle files, but rather set an environment
@@ -189,7 +189,7 @@ sentry {
189189
org.set("___ORG_SLUG___")
190190

191191
// The slug of the Sentry project to use for uploading proguard mappings/source contexts.
192-
project.set("___PROJECT_SLUG___")
192+
projectName.set("___PROJECT_SLUG___")
193193

194194
// The authentication token to use for uploading proguard mappings/source contexts.
195195
// WARNING: Do not expose this token in your build.gradle files, but rather set an environment

0 commit comments

Comments
 (0)