Update to use AndroidX so applications can drop jetifier#244
Open
ndorigatti wants to merge 5 commits intoorhanobut:masterfrom
Open
Update to use AndroidX so applications can drop jetifier#244ndorigatti wants to merge 5 commits intoorhanobut:masterfrom
ndorigatti wants to merge 5 commits intoorhanobut:masterfrom
Conversation
…etifier) and Android Studio 4.1 Libraries: Kotlin to 1.4.10 Compile&TargetSDK to 29 buildTools to 30.0.2 Google Truth to 1.1 Robolectric to 3.8 Mocktio to 2.28.2 Json to 20200518 Annotations to androidX Annotations 1.1.0
|
Seems like the repository is not being maintained anymore. @orhanobut Would it be possible for you to merge this and release an AndroidX compatible version? Thanks. |
This file contains hidden or 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
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.
This pull request updates libraries to latest (or latest in the same major), and moves to androidX annotation artifact so no appcompat and jetifier dependencies are needed in any app using this library.
There is a fix for checkstyle (that wasn't working)
The sample app references root project targetSdkVersion.