Skip to content

Commit 2d61ffc

Browse files
committed
fix(android): build fix by adding mavenCentral
1 parent 03121fe commit 2d61ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/platforms/android/buildscript.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
repositories {
33
google()
4+
mavenCentral()
45
}
56
dependencies {
67
classpath 'io.sentry:sentry-android-gradle-plugin:2.1.5'

0 commit comments

Comments
 (0)