mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
fix gradle on appcenter#7
This commit is contained in:
parent
1e24601e75
commit
66c641afb0
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user