tommybuonomo / dotsindicator

Three material Dots Indicators for view pagers in Android !
Apache License 2.0
3.46k stars 354 forks source link

Use the LTS #180

Closed BraisGabin closed 2 weeks ago

BraisGabin commented 1 year ago

When using the version 5.0 we are getting this message error:

.../transformed/dotsindicator-5.0-release-api.jar(/com/tbuonomo/viewpagerdotsindicator/DotsIndicator.class): major version 62 is newer than 61, the highest major version supported by this compiler. It is recommended that the compiler be upgraded. .../transformed/dotsindicator-5.0-release-api.jar(/com/tbuonomo/viewpagerdotsindicator/BaseDotsIndicator.class): major version 62 is newer than 61, the highest major version supported by this compiler. It is recommended that the compiler be upgraded.

We could upgrade our version to avoid that issue but we would like to use the LTS to be more safe and I think that this library doesn't need anything special from java 18. That's the reason of this change.

(Sorry for the change in the end of line, I used the github edit to make this change and it added that change automatically...)

homayoonahmadi commented 1 year ago

I get this warning too.

xanscale commented 9 months ago

should be merged, android officially support up to java 17.

MERGE and RELEASE pls