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

Commit

Permalink
Use SDK Build Tools version 23.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Aug 21, 2016
1 parent 9990f8d commit 8de6e03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eyes-two/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion tess-two-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion tess-two/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 9
Expand Down

0 comments on commit 8de6e03

Please sign in to comment.