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

Update build logic #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update build logic #17

wants to merge 4 commits into from

Conversation

yjtyujie
Copy link

@yjtyujie yjtyujie commented Jul 20, 2024

Builds on JDK 17
AGP updated to 8.5.1
Gradle wrapper updated to 8.9

Update dependencies

This is basically to make forks easier, because anyone who's still using this library will most likely have to maintain their own changes for their use case.

I also added the maven-publish plugin in case publishing this library to Maven Central is a priority (#15), but also helps for people using mavenLocal to integrate their own changes

No impact on compatibility, the library continues to target Java 8 with minSdk 14

implementation project(path: ':horizontalpickerlib')

implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.24"))
Copy link
Author

Choose a reason for hiding this comment

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

Needed to fix an issue with duplicate copies of the kotlin-stdlib

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.

1 participant