skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.
https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html
Apache License 2.0
3.69k stars 289 forks source link

Latest 1.1.7 version is not on jitpack #51

Closed NikoBoerger closed 4 years ago

NikoBoerger commented 4 years ago

Hi, thank you for republishing the 1.1.7 version and fixing my issue. I just downloaded the jar directly from jitpack (https://jitpack.io/com/github/skydoves/Balloon/1.1.7/Balloon-1.1.7-sources.jar) and it is still the old 1.1.7 version, where getMeasureTextWidth() in Balloon.kt does not have a parameter yet.

Do you know, why that is the case?

Thank you!

skydoves commented 4 years ago

Could you build again using the aar file?

NikoBoerger commented 4 years ago

Yes I can do that later, but of course I would rather use it from jitpack. Will the 1.1.7 version on jitpack remain the older version?

skydoves commented 4 years ago

I recommend you to download the library from the maven instead of jitpack.

NikoBoerger commented 4 years ago

Okay, thank you!