FloatUtil
FloatUtil copied to clipboard
Failed to resolve: com.github.liuguangli:FloatUtil:-SNAPSHOT
Failed to resolve: com.github.liuguangli:FloatUtil:-SNAPSHOT When I download the codes and run, it reports above error. Does the link miss?
I found "com.github.liuguangli:FloatUtil:1.0" in website "https://jitpack.io/#liuguangli/FloatUtil/1.0". But When compile, it reports error, ParamReceiver can't be found.
repositories { jcenter() maven { url "https://jitpack.io" }
}
加这个了?
you should use tag instead of "SNAPSHOT" for example: com.github.liuguangli:FloatUtil:1.0 it works well for me!