Bump android support library version

This commit is contained in:
Fredrik Fornwall
2016-08-22 16:53:42 +02:00
parent 7bb64d724c
commit 990a957383

View File

@@ -5,8 +5,8 @@ android {
buildToolsVersion "24.0.1" buildToolsVersion "24.0.1"
dependencies { dependencies {
compile 'com.android.support:support-annotations:24.1.1' compile 'com.android.support:support-annotations:24.2.0'
compile "com.android.support:support-v4:24.1.1" compile "com.android.support:support-v4:24.2.0"
} }
defaultConfig { defaultConfig {