-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello!
I wanna set sentryGradleVersion to latest.
My App_Resources/platforms/Android/before-plugins.gradle:
project.ext { sentryGradleVersion = '5.9.0' }
But when I build the app, sentry-plugin sets version to 4.3.0, the default value.
In plugin's file sentry/platforms/android/buildscript.gradle there is a line:
def sentryGradleVersion = hasProperty("sentryGradleVersion") ? sentryGradleVersion : "4.3.0"
Should hasProperty
be project.hasProperty
and sentryGradleVersion
project.sentryGradleVersion
, like in include.graddle?
Metadata
Metadata
Assignees
Labels
No labels