-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
feat: update project dependencies and code refactoring #1147
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove deprecated code calls Refactor code and remove not needed Android SDK checks
As not sure if all libraries supports 1.6.0 which was released one or two days ago
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## master #1147 +/- ##
============================================
+ Coverage 66.27% 66.81% +0.53%
+ Complexity 2251 2249 -2
============================================
Files 122 121 -1
Lines 9983 9892 -91
Branches 1343 1332 -11
============================================
- Hits 6616 6609 -7
+ Misses 2850 2771 -79
+ Partials 517 512 -5
Continue to review full report at Codecov.
|
parseplatformorg
pushed a commit
that referenced
this pull request
Nov 25, 2021
# [3.0.0](2.1.0...3.0.0) (2021-11-25) ### Features * update project dependencies and code refactoring ([#1147](#1147)) ([7d0faa3](7d0faa3)) ### BREAKING CHANGES * The required minimum API level changes from 16 to 21. The following deprecated methods are removed: `Parse.getParseDir()` (use `getParseCacheDir(String)` or `getParseFilesDir(String)` instead), `ParseTwitterUtils.link(ParseUser, Context)` (use `linkInBackground(Context, ParseUser)` instead), `ParseTwitterUtils.link(ParseUser, String, String, String, String)` (use `linkInBackground(ParseUser, String, String, String, String)` instead). ([7d0faa3](7d0faa3))
🎉 This change has been released in version 3.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-merging #1141 because it was not merged as breaking change, missing the breaking change release notes and the major version bump.