daimajia / AndroidViewAnimations

Cute view animation collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Unresolved when called in Version Catalog Gradle 7

JosephSanjaya opened this issue · comments

@daimajia I get an error:

  • Failed to resolve: com.daimajia.easing:library:2.4@aar
  • Failed to resolve: com.daimajia.androidanimations:library:2.4@aar
    when using this library with new version catalog on gradle 7+

I think it's related to aar being deprecated, if I used it without version catalog it's working fine

image

Originally posted by @JosephSanjaya in #12 (comment)

I created a fork, through which you can download the newest version of the repo via jitpack and thereby resolve the issue, in case anybody's struggling with this just as I did.