Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Mar 19, 2017
1 parent 57775fd commit eb980d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://play.google.com/store/apps/details?id=com.opentaxi.android" rel="Taxi Bulgaria">![Taxi Bulgaria](http://steverichey.github.io/google-play-badge-svg/img/en_get.svg)</a>
#Taxi Android Open <a href="https://play.google.com/store/apps/details?id=com.opentaxi.android" rel="Taxi Bulgaria"><img src="https://cdn.rawgit.com/steverichey/google-play-badge-svg/master/img/en_get.svg" alt="Taxi Bulgaria" width="40%"/></a>
<!---
<a href="http://apps.opera.com/badge.php?a=c&v=dark&did=88615&pid=408287" rel="Opera Mobile Store">![Opera Mobile Store](https://apps.opera.com/badge.php?a=s&v=white&did=88615&pid=408287)</a>
--->
Expand Down
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'
}
}
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb980d2

Please sign in to comment.