Android 3.0 upgrade

This commit is contained in:
Erik C. Thauvin 2017-10-27 12:35:40 -07:00
parent 0518af8ff8
commit 0d3a7b4a2e
4 changed files with 11 additions and 16 deletions

View file

@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.50'
ext.kotlin_version = '1.1.51'
repositories {
jcenter()
}
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