-
Notifications
You must be signed in to change notification settings - Fork 45
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
HoloEverywhere: Could not find com.google.android:support-v4:r13. #20
Comments
I think I know what is going on. Android SDK's m2 repo was recently modified, r13 is now located at |
....I use the support libs like this: dependencies { |
@derdoktor667 Yeah, me too. But the HE lib AAR in Goddchen's repo seems to be pointing to |
So how do we fix this issue ik got the same problem Gradle: A problem occurred configuring project ':FBApp'.
buildscript { repositories {
} android {
} dependencies { } |
....sorry, tanab but did you really copy&paste the whole read.me??? maybe try using just the libs you need may help |
I think I know what is going on. Android SDK's m2 repo was recently modified, r13 is now located at
com.android.support:support-v4:13.0.0
Thank you a lot!
The text was updated successfully, but these errors were encountered: