summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2016-01-17 14:28:48 -0500
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-01-29 15:49:33 +0000
commit2f2f530435c848bf69f5aa035a57d6d6a4152bf6 (patch)
tree4bba87d6b850aaed82812c774ad1e62f4a9d7e40 /android
parent338441f9517e3cd3b54cd0b7fe5695b7724568da (diff)
Bump build tools version to account for sdk updates
Change-Id: Ibb15ac269ddfc61153d204079b070f7a5efbcbad Reviewed-on: https://gerrit.libreoffice.org/21550 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'android')
-rw-r--r--android/source/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 4bb1442d431d..67751b8e730b 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -30,7 +30,7 @@ dependencies {
android {
compileSdkVersion 23
- buildToolsVersion "23.0.1"
+ buildToolsVersion "23.0.2"
compileOptions {
// silence some java-language features hints
sourceCompatibility 6