jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/357891 )

Change subject: Update Android SDK Build Tools to 25.0.3
......................................................................


Update Android SDK Build Tools to 25.0.3

Release notes:

Updates to apksigner:

* Added --in parameter for symmetry with existing --out parameter.

* If you do not specify the key password using --key-pass, apksigner uses
  the keystore password as key password. However, if the key requires a
  different password, you are now prompted to enter the key password from
  the command line. (Issue #37134986)

* Added compatibility with jarsigner for non-ASCII passwords.
  (Issue #37135737)

https://developer.android.com/studio/releases/build-tools.html

Change-Id: Iaf459724492c85b2b8146cde5680e7a178f6212c
---
M app/build.gradle
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dbrant: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/app/build.gradle b/app/build.gradle
index dbdd574..e0e8214 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,7 +39,7 @@
 android {
     // Keep version in sync with /project.properties
     compileSdkVersion 25
-    buildToolsVersion '25.0.2'
+    buildToolsVersion '25.0.3'
 
     compileOptions {
         sourceCompatibility = JAVA_VERSION

-- 
To view, visit https://gerrit.wikimedia.org/r/357891
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf459724492c85b2b8146cde5680e7a178f6212c
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: Niedzielski <sniedziel...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to