-
Notifications
You must be signed in to change notification settings - Fork 118
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
Failed to resolve: com.nineoldandroids:library:2.4.0+ #9
Comments
Changing '2.4.0+' to '2.4.0' in build.gradle:84 will help. You can build library with this change by yourself and add to your app, if you can't wait for official release. I just did it myself :-) |
I didn't use "com.nineoldandroids:library:2.4.0+". So where to change '2.4.0+' to '2.4.0'? |
@sudarshaana he is talking about the library's dependencies. you have to download the library code and recompile it yourself |
BTW, I got the same problem after i upgraded my Android Studio |
@konifar
worked for me |
@iballan |
Thank's alot buddy.... |
you are all welcome :) |
I am using
compile 'konifar:fab-transformation:1.0.0'
But suddenly it is showing "Failed to resolve: com.nineoldandroids:library:2.4.0+"
As konifar:fab-transformation:1.0.0 is using "com.nineoldandroids:library:2.4.0+" ; what to do now?
The text was updated successfully, but these errors were encountered: