unable to build
jbaginski opened this issue · 2 comments
jbaginski commented
I'm not able to sync gradle.
Error:Dependency com.github.mrmike:ok2curl:0.2.0 on project app resolves to an APK archive which is not supported as a compilation dependency.
mrmike commented
Hi,
Please use latest 0.2.2
version or the snapshot version which will be always up-to-date.
compile 'com.github.mrmike:ok2curl:0.2.2'
or
compile 'com.github.mrmike:ok2curl:master-SNAPSHOT'
Thanks for reporting issue :)
jbaginski commented
perfect, thanks for the quick response :)