Commit cd07ff76 by tonihei Committed by Oliver Woodman

Update gradle tools to 3.0.0 and support library to 27.0.0.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173645345
parent 46bf2540
Showing with 2 additions and 2 deletions
...@@ -17,7 +17,7 @@ buildscript { ...@@ -17,7 +17,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta7' classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.novoda:bintray-release:0.5.0' classpath 'com.novoda:bintray-release:0.5.0'
} }
// Workaround for the following test coverage issue. Remove when fixed: // Workaround for the following test coverage issue. Remove when fixed:
......
...@@ -21,7 +21,7 @@ project.ext { ...@@ -21,7 +21,7 @@ project.ext {
targetSdkVersion = 26 targetSdkVersion = 26
buildToolsVersion = '26.0.2' buildToolsVersion = '26.0.2'
testSupportLibraryVersion = '0.5' testSupportLibraryVersion = '0.5'
supportLibraryVersion = '26.1.0' supportLibraryVersion = '27.0.0'
playServicesLibraryVersion = '11.4.2' playServicesLibraryVersion = '11.4.2'
dexmakerVersion = '1.2' dexmakerVersion = '1.2'
mockitoVersion = '1.9.5' mockitoVersion = '1.9.5'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment