From 6743f1d4b1a3cf0202b9d62f2ebc5dfb385b5576 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Tue, 14 Apr 2015 23:13:02 +0200 Subject: [PATCH] Update tools to 22.0.1 --- extern/SafeParcel | 2 +- play-services-api/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/SafeParcel b/extern/SafeParcel index d7b18b06..2408cfd9 160000 --- a/extern/SafeParcel +++ b/extern/SafeParcel @@ -1 +1 @@ -Subproject commit d7b18b06734e4109bc3131345a26aa261d369605 +Subproject commit 2408cfd92aae226fa9941579e9da462948f22e60 diff --git a/play-services-api/build.gradle b/play-services-api/build.gradle index 909d7a67..7fb57d54 100644 --- a/play-services-api/build.gradle +++ b/play-services-api/build.gradle @@ -19,7 +19,7 @@ dependencies { android { compileSdkVersion 22 - buildToolsVersion "22.0.0" + buildToolsVersion "22.0.1" compileOptions { sourceCompatibility JavaVersion.VERSION_1_6 }