From 7613e6e1cb3223da4706e8840f0a43d52e0a422d Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sun, 29 Oct 2017 14:42:41 -0500 Subject: [PATCH] Update to Android Studio 3.0 stable --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b21b92ae7..6692adb1e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index bc47317b6..9e3278641 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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