diff options
author | zeapo <mohamed@zenadi.com> | 2017-10-30 22:37:40 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-10-30 22:37:40 +0100 |
commit | b6cb649f7ce89915aa59ff903aa43200e439e3c6 (patch) | |
tree | 9af5cf398032251c2a82e8af51bd27dbe9aa34ed /build.gradle | |
parent | d697b6a46c494e130624050dc9da2c7139cb1aa1 (diff) |
update gradle, support versions and target versions
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 740e4729..73a73c9f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.3' + classpath 'com.android.tools.build:gradle:3.0.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong |