Update gradle project setup and libraries. #199
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.
What does this change?
Modernize the library project setup.
Use the new gradle plugin dsl and update the android gradle plugin to version 8.2.
Change the workflow to use java 17, which is required by the android gradle plugin.
The android gradle plugin now provides the sources and javadoc jars, which replaces the custom task setup.
To update the publishing setup, the related code has been inlined with old references removed.
Increase the compile sdk to 34 and the kotlin version to 1.9.22.
What is the value of this and can you measure success?
Compatibility with recent android studio versions and a more modern project setup.
Screenshots
None.
Notes
The publishing changes were mostly done for my fork to be published into a private repo.
Let me know whether they are still matching with your use case or if I should change/remove them.