Skip to content

Commit

Permalink
try to fix build error: cannot find com.android.tools.build:gradle:3.…
Browse files Browse the repository at this point in the history
…0.0-alpha8
  • Loading branch information
Qixingchen committed Jul 27, 2017
1 parent 23b34c7 commit 7727d5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ apply plugin: "com.vanniktech.android.junit.jacoco"
buildscript {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
Expand Down

0 comments on commit 7727d5c

Please sign in to comment.