diff --git a/README.md b/README.md index 0645c6e..2c52a9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![tip for next commit](https://tip4commit.com/projects/43147.svg)](https://tip4commit.com/github/sytolk/TaxiAndroidOpen) [![Build Status](https://travis-ci.org/sytolk/TaxiAndroidOpen.svg?branch=Morocco)](https://travis-ci.org/sytolk/TaxiAndroidOpen) -#Taxi Android Open ![Taxi Bulgaria](http://steverichey.github.io/google-play-badge-svg/img/en_get.svg) +#Taxi Android Open Taxi Bulgaria diff --git a/build.gradle b/build.gradle index 60aa347..083314c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - AAVersion = '4.0.0' + AAVersion = '4.2.0' GMSVersion = '9.2.0' supportVersion = '23.2.1' //supportVersion = '24.0.0' @@ -11,7 +11,7 @@ buildscript { //mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.2' + classpath 'com.android.tools.build:gradle:2.2.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' } } @@ -102,8 +102,7 @@ apt { android { compileSdkVersion 23 - //buildToolsVersion "23.0.3" - buildToolsVersion "24.0.1" + buildToolsVersion "24.0.3" defaultConfig { applicationId "com.opentaxi.android" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8026a5c..2cadf87 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip