Merge pull request #11 from o0HalfLife0o/main

replace jcenter with mavenCentral
pull/1/head
S-DL 4 years ago committed by GitHub
commit 982036aa6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build.gradle

@ -1,8 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2' }
}
@ -16,8 +17,9 @@ buildscript {
allprojects {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2' }
}

Loading…
Cancel
Save