Library Unresolved when called in Version Catalog Gradle 7

Author: JosephSanjayaCreated Sep 17, 2021Updated Dec 7, 2022

@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 https://github.com/daimajia/AndroidViewAnimations/issues/12#issuecomment-921344169

Source: daimajia/AndroidViewAnimations