Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build.gradle

Issue 29603697: Issue 5931 - Create tests for util package (Closed)
Patch Set: Removed default srcDir Created Nov. 30, 2017, 8:39 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « adblockplussbrowser/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.gradle
===================================================================
--- a/build.gradle
+++ b/build.gradle
@@ -2,17 +2,17 @@ buildscript {
// buildscript block is evaluated at the very beginning. Properties defined in the ext block
// don't exist at that time.
ext.kotlinVersion = '1.1.51'
repositories {
google()
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.0'
+ classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
« no previous file with comments | « adblockplussbrowser/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld