Android Studio 2.3.3 and Anko 0.10.1 updates.

This commit is contained in:
Erik C. Thauvin 2017-07-23 18:22:27 -07:00
parent d942c45d31
commit 7c3443a66a
7 changed files with 88 additions and 67 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.1'
ext.kotlin_version = '1.1.3-2'
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong