Marcos Calvo García
Results
1
comments of
Marcos Calvo García
As a temporal solution, you can use this library with JitPack: ```groovy allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ```groovy dependencies { implementation 'com.github.florent37:ViewTooltip:f79a8955ef'...