Skip to content

Conversation

@AjeshRPai
Copy link
Contributor

@AjeshRPai AjeshRPai commented Sep 29, 2022

Closes #109

This PR updates the target SDK version to 31 for the Android 12 migration

Test Instructions

  • Install the app from the Parent PR
  • Make sure the functionalities provided by the library work as expected

@AjeshRPai AjeshRPai self-assigned this Sep 29, 2022
@AjeshRPai AjeshRPai linked an issue Sep 29, 2022 that may be closed by this pull request
The getColumnIndex api has been updated to return value from -1 instead of 0 when we update targetSdkVersion 31, So replacing this with getColumnIndexOrThrow. getColumnIndexOrThrow will throw an exception(which will be logged) or will return a value from 0
Copy link
Contributor

@ParaskP7 ParaskP7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 💯

As per the testing that was done as part of WordPress-Android#17153, which verifies correctness of this library working alongside the WPAndroid client app, I am approving this PR too.

@ParaskP7 ParaskP7 merged commit bc2b41b into trunk Oct 13, 2022
@ParaskP7 ParaskP7 deleted the issue/109-update-targetsdkversion-and-compilesdkversion-to-31 branch October 13, 2022 10:05
@ParaskP7 ParaskP7 self-assigned this Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update targetSdkVersion and compileSdkVersion to 31

2 participants