Upgraded build tools.

This commit is contained in:
akwizgran
2016-04-29 11:34:56 +01:00
parent 3bfef877ec
commit 9b060c74b6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ repositories {
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion "23.0.3"
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 9

View File

@@ -67,7 +67,7 @@ dependencyVerification {
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion "23.0.3"
sourceSets { sourceSets {
main { main {