From 605ec0573f65d37a602f2539c61a7d06a566ddd5 Mon Sep 17 00:00:00 2001 From: Alex Acosta Date: Thu, 4 May 2017 10:02:51 -0500 Subject: [PATCH] Update gradle properties --- app/build.gradle | 2 +- build.gradle | 2 +- debug-db/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 23 ++--------------------- 4 files changed, 5 insertions(+), 24 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8580227..fb400dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "24.0.3" + buildToolsVersion '25.0.0' defaultConfig { applicationId "com.sample" minSdkVersion 15 diff --git a/build.gradle b/build.gradle index 43bc990..f16a6d3 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.4.0-alpha7' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' diff --git a/debug-db/build.gradle b/debug-db/build.gradle index bd46682..17ec576 100644 --- a/debug-db/build.gradle +++ b/debug-db/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 25 - buildToolsVersion "24.0.3" + buildToolsVersion '25.0.0' defaultConfig { minSdkVersion 9 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 859a010..f1532a4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,25 +1,6 @@ -# -# /* -# * Copyright (C) 2016 Amit Shekhar -# * Copyright (C) 2011 Android Open Source Project -# * -# * Licensed under the Apache License, Version 2.0 (the "License"); -# * you may not use this file except in compliance with the License. -# * You may obtain a copy of the License at -# * -# * http://www.apache.org/licenses/LICENSE-2.0 -# * -# * Unless required by applicable law or agreed to in writing, software -# * distributed under the License is distributed on an "AS IS" BASIS, -# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# * See the License for the specific language governing permissions and -# * limitations under the License. -# */ -# - -#Mon Dec 28 10:00:20 PST 2015 +#Thu May 04 09:54:46 CDT 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip