RxIAPv3 icon indicating copy to clipboard operation
RxIAPv3 copied to clipboard

Could not find com.github.orhanobut:hawk:1.20.

Open ghost opened this issue 8 years ago • 2 comments

Putting compile "com.github.pavlospt:rxiapv3:1.2.1" into build.gradle leads to this error:

Error:Could not find com.github.orhanobut:hawk:1.20.
Required by:
     > com.github.pavlospt:rxiapv3:1.2.1

ghost avatar Feb 13 '17 10:02 ghost

Hello, thank you for reporting it. Seems like the developer of this library deleted this version from Maven. I will need to fix the dependency and re-upload.

pavlospt avatar Feb 13 '17 10:02 pavlospt

you can add

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

to your build.gradle. (hawk is hosted there)

chriswiesner avatar Dec 26 '17 22:12 chriswiesner