Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Update buildToolsVersion to 23.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmentier committed Jan 28, 2016
1 parent c3767e2 commit f13b4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android:
- extra-android-m2repository

# The BuildTools version used by the project
- build-tools-23.0.1
- build-tools-23.0.2

# The SDK version used to compile the project
- android-22
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "be.brunoparmentier.openbikesharing.app"
Expand Down

0 comments on commit f13b4f6

Please sign in to comment.