Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Gradle to 5.4.1, gradle plugin to 3.5.1 and WellSql to 1.5.0 #1397

Merged
merged 3 commits into from Oct 17, 2019

Conversation

oguzkocer
Copy link
Contributor

This PR updates the Gradle version to 5.4.1, gradle plugin version to 3.5.1 and WellSql to 1.5.0. The upgrade was mostly straightforward with WellSql being the only blocker: wordpress-mobile/wellsql#14. After the upgrade I started to get a lint error for not using Locale in toLowerCase calls, so I have added that in 7482c7f. Android Studio suggested to use Locale.ROOT if the string was internal only, so I opted to go with that.

Note that I am opening this PR as a draft until the code freeze 13.4 for WPAndroid happens today just in case it's a troublesome upgrade. Feel free to mark the PR as ready to review once that happens.

@malinajirka malinajirka self-assigned this Oct 8, 2019
@malinajirka
Copy link
Contributor

Thanks Oguz!

I've

  • reviewed the code
  • run ./gradlew cAT
  • run the example app
  • run WPAndroid with this FluxC version

=> everything seems to be working as expected.

SideNote:
Actually the XMLRPC - testUploadMultipleImagesAndCancel is failing for me (FOREIGN KEY constraint failed), but it has been failing for a while now. I just didn't have time to look into the root of the issue.

I'll approve this PR and merge it as soon as we freeze WPAndroid 13.4.

@oguzkocer
Copy link
Contributor Author

@malinajirka Let's keep this PR as a draft until wordpress-mobile/WordPress-Android#10583 is ready to be merged in just in case the different Gradle versions create issues. There are currently some test and lint issues we need to address.

@oguzkocer oguzkocer marked this pull request as ready for review October 17, 2019 21:14
@shiki shiki marked this pull request as ready for review October 17, 2019 21:15
Copy link
Member

@shiki shiki left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants