jenkins-bot has submitted this change and it was merged.

Change subject: Upgrade Android Support Libraries to v24.1.1
......................................................................


Upgrade Android Support Libraries to v24.1.1

Besides just staying current, there are some fixes around TabLayout and
ViewPager that sound nice to have:

  
https://developer.android.com/topic/libraries/support-library/revisions.html#rev24-1-0
  
https://www.reddit.com/r/androiddev/comments/4u0gw1/support_library_2411_released/

Change-Id: I9e4ae90082498a3a5fcfe0d5d2a4c4bc926a782f
---
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 f11ed2f..7e62ab4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -160,7 +160,7 @@
 
     String retrofitVersion = '2.0.2'
     String okHttpVersion = '3.3.1'
-    String supportVersion = '24.0.0'
+    String supportVersion = '24.1.1'
     String espressoVersion = '2.2.2'
     String butterKnifeVersion = '8.0.1'
     String frescoVersion = '0.10.0'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e4ae90082498a3a5fcfe0d5d2a4c4bc926a782f
Gerrit-PatchSet: 5
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to