fix gradle on appcenter#7

This commit is contained in:
feruz 2021-01-26 22:43:01 +02:00
parent 1e24601e75
commit 66c641afb0

View File

@ -63,6 +63,13 @@ subprojects {project ->
}
}
}
if (project.name.contains('bugsnag')) {
buildscript {
repositories {
maven { url 'https://maven.google.com' }
}
}
}
ext {
def npmVersion = getNpmVersionArray()
versionMajor = npmVersion[0]