We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcfdd6 commit 07b8a07Copy full SHA for 07b8a07
README.md
@@ -1,4 +1,4 @@
1
-Effective Android UI
+Effective Android UI [](https://travis-ci.org/pedrovgs/EffectiveAndroidUI)
2
====================
3
4
Sample project created to reinforce some of the main concepts described in the tech talk "Effective Android UI".
app/build.gradle
@@ -15,12 +15,12 @@ repositories {
15
}
16
17
android {
18
- compileSdkVersion 20
19
- buildToolsVersion "20.0.0"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
20
21
defaultConfig {
22
minSdkVersion 8
23
- targetSdkVersion 20
+ targetSdkVersion 19
24
versionCode 1
25
versionName "1.0"
26
0 commit comments