Merge pull request #4359 from AenBleidd/vko_fix_android_build

[Android] Fix build
This commit is contained in:
David Anderson 2021-05-03 12:00:58 -07:00 committed by GitHub
commit 580fcdc92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,14 @@
buildscript {
ext.kotlin_version = '1.4.30'
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
maven {
url 'https://repo1.maven.org/maven2/'
name 'Central Repository'
}
google()
}
dependencies {
@ -18,7 +21,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'