We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee635c commit 379539cCopy full SHA for 379539c
plugin/platforms/android/include.gradle
@@ -8,5 +8,6 @@ android {
8
}
9
dependencies {
10
def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "7.0.0"
11
+ println("sentryVersion $sentryVersion")
12
implementation "io.sentry:sentry-android:$sentryVersion"
13
0 commit comments