From b20cbb25dfd4c58b172787185517c79808a7e5d9 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 7 Jul 2016 15:01:26 -0700 Subject: [PATCH] Updating gradle SDK version Change-Id: Ib65ed223e998fddd59f2284ed1ab64c794fff096 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f98021c69a..ffe445522e 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.protobuf' android { - compileSdkVersion 'android-N' - buildToolsVersion '24.0.0-rc3' + compileSdkVersion 25 + buildToolsVersion '24.0.0' defaultConfig { applicationId "com.android.launcher3"