Update Android Gradle Plugin

This commit is contained in:
Fredrik Fornwall
2016-10-10 22:23:39 +02:00
parent 8d3d5e147f
commit 019aa44837
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ android:
components:
- platform-tools
- tools
- build-tools-24.0.2
- build-tools-24.0.3
- android-24
- extra-android-m2repository

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"
dependencies {
compile 'com.android.support:support-annotations:24.2.1'

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.1'
}
}