Updated build.gradle to newest gradle-version that comes with Android Studio 2.2

This commit is contained in:
Alexander Pacha
2016-09-19 20:42:58 +02:00
parent fa0882b6a0
commit 71a0eb7fb9

View File

@@ -5,7 +5,7 @@ buildscript {
maven { url 'http://repo1.maven.org/maven2' } maven { url 'http://repo1.maven.org/maven2' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.android.tools.build:gradle:2.2.0'
} }
} }