Skip to content

Commit

Permalink
Upgrade android plugin for gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Mar 6, 2020
1 parent f3c79f0 commit bf0b830
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@ apply from: "config.gradle"
buildscript {

repositories {
google()
google { url 'https://maven.aliyun.com/repository/google' }
jcenter { url 'https://maven.aliyun.com/repository/jcenter' }
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
}

allprojects {
repositories {
google()
google { url 'https://maven.aliyun.com/repository/google' }
jcenter { url 'https://maven.aliyun.com/repository/jcenter' }
google()
jcenter()
}
}
Expand Down

0 comments on commit bf0b830

Please sign in to comment.