Skip to content

Commit 07b8a07

Browse files
committed
Add Travis CI label to README.md
1 parent abcfdd6 commit 07b8a07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Effective Android UI
1+
Effective Android UI [![Build Status](https://travis-ci.org/pedrovgs/EffectiveAndroidUI.svg?branch=develop)](https://travis-ci.org/pedrovgs/EffectiveAndroidUI)
22
====================
33

44
Sample project created to reinforce some of the main concepts described in the tech talk "Effective Android UI".

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
android {
18-
compileSdkVersion 20
19-
buildToolsVersion "20.0.0"
18+
compileSdkVersion 19
19+
buildToolsVersion "19.1.0"
2020

2121
defaultConfig {
2222
minSdkVersion 8
23-
targetSdkVersion 20
23+
targetSdkVersion 19
2424
versionCode 1
2525
versionName "1.0"
2626
}

0 commit comments

Comments
 (0)