Update gradle deps

This commit is contained in:
Fredrik Fornwall
2016-11-24 23:26:27 +01:00
parent fcf07f6a19
commit 0c6180bbb1

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.1"
dependencies {
compile 'com.android.support:support-annotations:25.0.0'
compile "com.android.support:support-v4:25.0.0"
compile 'com.android.support:support-annotations:25.0.1'
compile "com.android.support:support-v4:25.0.1"
}
defaultConfig {