diff --git a/app/build.gradle b/app/build.gradle index c8ecaa06..c8c284c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {