[Libreoffice-commits] core.git: android/source
Peter Foley
pefoley2 at pefoley.com
Fri Jan 29 07:50:14 PST 2016
android/source/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2f2f530435c848bf69f5aa035a57d6d6a4152bf6
Author: Peter Foley <pefoley2 at pefoley.com>
Date: Sun Jan 17 14:28:48 2016 -0500
Bump build tools version to account for sdk updates
Change-Id: Ibb15ac269ddfc61153d204079b070f7a5efbcbad
Reviewed-on: https://gerrit.libreoffice.org/21550
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/android/source/build.gradle b/android/source/build.gradle
index 4bb1442..67751b8 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
More information about the Libreoffice-commits
mailing list