diff options
author | zeapo <mohamed@zenadi.com> | 2017-11-03 13:57:15 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-11-03 13:57:15 +0100 |
commit | 20468440d338d5410b82e289e242d1b5ba7b8cb2 (patch) | |
tree | 76816cad80622a778b616d6109fa6640218f00b9 | |
parent | de5f3f68d5329dd6dbc2270adceccf94a60a3536 (diff) |
update kotlin version and add google maven for gradle
-rw-r--r-- | build.gradle | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 73a73c9f..8ec42a0c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.1.3-2' + ext.kotlin_version = '1.1.51' repositories { jcenter() mavenCentral() + maven { + url "https://maven.google.com" + } } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' |