diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-11-25 11:41:07 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-11-25 11:41:07 +0100 |
commit | 46a2b150e05e74bb0b10f50d6718ae32583d8e94 (patch) | |
tree | 3f61a2a674ed4c6388563be88888256246b4c2b8 /remoteExample | |
parent | e700890f2236eb873d58babd8169d7fbce4f63b3 (diff) |
New Android Studio, new gradle version
Diffstat (limited to 'remoteExample')
-rw-r--r-- | remoteExample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 96c5cdeb..82b2a38d 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion '23.0.2' defaultConfig { minSdkVersion 15 |