fix gradle build

This commit is contained in:
Dominik Schürmann
2014-01-10 09:09:36 +01:00
parent d7463a3c3b
commit 9da46cb2ff
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'android-library'
dependencies {
compile 'com.android.support:support-v4:18.0.+'
compile 'com.android.support:support-v4:19.0.+'
}
android {