-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find com.gu:option:1.3. #88
Comments
This is annoying indeed. I'd like to move away from it for that reason. Does anyone have a suggestion for a different library that provides an option/optional type? |
@passy Once they (see guardian/Option#2) publish to jcenter, you should be fine. |
@jaredsburrows Awesome, thanks for raising that! |
Um... why isn't it marked as dependency or something? |
@passy This is now marked as help wanted? What did you need help with? |
Any update on this? |
I had luck using JitPack. Add |
Based off #86, since I can't use
@aar
, I am usingcompile 'net.rdrei.android.dirchooser:library:3.2'
without the@aar
. I get the following error, see guardian/Option#2:I am forced to add
maven { url 'http://guardian.github.com/maven/repo-releases' }
inrepositories
.The text was updated successfully, but these errors were encountered: