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

Unified Diff: build.gradle

Issue 29728661: Noissue - Update dependencies and tools (Closed)
Patch Set: Update Kotlin version Created March 28, 2018, 12:54 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/build.gradle ('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
@@ -1,7 +1,7 @@
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'
+ ext.kotlinVersion = '1.2.31'
repositories {
google()
jcenter()
@@ -14,12 +14,8 @@
allprojects {
repositories {
+ google()
jcenter()
- mavenCentral()
- maven {
- url 'https://maven.google.com/'
- name 'Google'
- }
}
}
@@ -27,8 +23,8 @@
minSdkVersion = 21
targetSdkVersion = 27
compileSdkVersion = 27
- buildToolsVersion = '27.0.0'
- androidSupportLibraryVersion = '27.0.0'
+ buildToolsVersion = '27.0.3'
+ androidSupportLibraryVersion = '27.1.0'
sourceCompatibilityVersion = JavaVersion.VERSION_1_7
targetCompatibilityVersion = JavaVersion.VERSION_1_7
easyListUpdateUrl = 'https://easylist-downloads.adblockplus.org/easylist.txt'
« no previous file with comments | « adblockplussbrowser/build.gradle ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld