Update gradle config

This commit is contained in:
Fredrik Fornwall
2017-03-06 01:41:12 +01:00
parent f6f0809558
commit cab6df5c0e
4 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ android {
buildToolsVersion "25.0.2"
dependencies {
compile 'com.android.support:support-annotations:25.1.0'
compile "com.android.support:support-v4:25.1.0"
compile 'com.android.support:support-annotations:25.2.0'
compile "com.android.support:support-v4:25.2.0"
}
defaultConfig {