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

Change subject: Bump targetSdkVersion to 25
......................................................................


Bump targetSdkVersion to 25

* Tested app in split-screen mode.
* Reviewed change docs for potential problems.
    - Doze/App standby: No changes needed
    - Project Svelte: No changes needed
    - Filesystem permissions changes:
    - Sharing files between apps:
       - Handling of downloaded files was broken, now fixed!
       - https://phabricator.wikimedia.org/T144920
    - Display Size change handling: created new tickets:
       - https://phabricator.wikimedia.org/T144976
       - https://phabricator.wikimedia.org/T144984
       - These aren't blockers.
    - Other vision settings: No changes needed

Also of note (from section Other Important Points):

If an app posts Runnable tasks to a View, and the View is not attached to
a window, the system queues the Runnable task with the View; the Runnable
task does not execute until the View is attached to a window. This
behavior fixes the following bugs:

* If an app posted to a View from a thread other than the intended
  window’s UI thread, the Runnable may run on the wrong thread as a result.

* If the Runnable task was posted from a thread other than a looper thread,
  the app could expose the Runnable task.

Refs:
https://developer.android.com/about/versions/nougat/android-7.0-changes.html
https://android-developers.blogspot.com/2016/10/android71-dev-preview-available.html
https://developer.android.com/preview/support.html

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

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



diff --git a/app/build.gradle b/app/build.gradle
index d5185ea..a101d9f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,7 +53,7 @@
     defaultConfig {
         applicationId 'org.wikipedia'
         minSdkVersion 16
-        targetSdkVersion 23
+        targetSdkVersion 25
         versionCode 180
         testApplicationId 'org.wikipedia.test'
         testInstrumentationRunner 'org.wikipedia.test.AndroidTestRunner'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9ff03cd11902680e4e8dc6fd78fd6161a9ecdd17
Gerrit-PatchSet: 4
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mholloway <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[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