diff --git a/build.gradle b/build.gradle index 457c479..6582daa 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.4.0-alpha1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong @@ -19,3 +19,17 @@ allprojects { jcenter() } } + + +ext { + minSDKVersion = 16 + targetSDKVersion = 25 + compileSDKVersion = 25 + buildToolsVersion = BUILD_TOOLS_VERSION + + support_lib_version = SUPPORT_LIB_VERSION +} + +task clean(type: Delete) { + delete rootProject.buildDir +} diff --git a/gradle.properties b/gradle.properties index e5e1db5..59ffada 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,17 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects org.gradle.parallel=true org.gradle.daemon=true - +#### +# Global Application Enviorenment Properties +### +# Android SDK Properties +MIN_SDK=21 +TARGET_SDK=24 +COMPILE_SDK=24 +BUILD_TOOLS_VERSION=25.0.2 +# Support Library +SUPPORT_LIB_VERSION=25.3.0 +# Repository Data VERSION_NAME=1.3.0 VERSION_CODE=3 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 608aa64..fd4ca59 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Apr 29 22:03:31 UZT 2016 +#Wed Mar 15 10:12:15 UZT 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip diff --git a/settings.gradle b/settings.gradle index 1e6d20b..5f53ae0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':circualreveal' +include ':app', ':circualreveal', ':spring-revealmanager'