Skip to content

Commit 379539c

Browse files
author
farfromrefuge
committed
chore: print version
1 parent 9ee635c commit 379539c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ android {
88
}
99
dependencies {
1010
def sentryVersion = project.hasProperty("sentryVersion") ? project.sentryVersion : "7.0.0"
11+
println("sentryVersion $sentryVersion")
1112
implementation "io.sentry:sentry-android:$sentryVersion"
1213
}

0 commit comments

Comments
 (0)