Update to Android Studio 3.0 stable

This commit is contained in:
2017-10-29 14:42:41 -05:00
parent 5629a28823
commit 7613e6e1cb
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.4'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'

View File

@@ -6,7 +6,7 @@ TARGET_SDK_VERSION = 25
COMPILE_SDK_VERSION = 25
DAGGER_VERSION = 2.9
BUILD_TOOLS_VERSION = 26.0.0
BUILD_TOOLS_VERSION = 26.0.2
KOTLIN_VERSION = 1.1.2-4
SUPPORT_LIBRARY_VERSION = 25.3.1