FloatUtil icon indicating copy to clipboard operation
FloatUtil copied to clipboard

Failed to resolve: com.github.liuguangli:FloatUtil:-SNAPSHOT

Open huanting opened this issue 7 years ago • 2 comments

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.

huanting avatar Aug 03 '17 10:08 huanting

repositories { jcenter() maven { url "https://jitpack.io" }

}

加这个了?

liuguangli avatar Nov 02 '17 04:11 liuguangli

you should use tag instead of "SNAPSHOT" for example: com.github.liuguangli:FloatUtil:1.0 it works well for me!

tsdking avatar Nov 09 '17 13:11 tsdking