Skip to content

Commit

Permalink
Do not pull 3.1.0-alpha05 in as a default dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Dec 13, 2017
1 parent 137d3c1 commit 451f0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}

dependencies {
compile 'com.android.tools.build:gradle:3.1.0-alpha05'
compile 'com.android.tools.build:gradle:3.0.0'
compile gradleApi()
testCompile gradleTestKit()
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit 451f0fe

Please sign in to comment.