Open burliEnterprises opened 7 years ago
I have same problem did u find a solution ?
unfortunately not sorry
I found place
maven {
url "https://jitpack.io"}
in allprjects not in buildscript if it didn't work let me know
any solutions?
You can just download the jar an import it.
1- download the jar from https://github.com/2359media/EasyAndroidAnimations
2- add this ligne in gradle module : implementation files('libs/easyandroidanimationslibrary-v0.5.jar')
and import it in "libs" folder .
3- gradle project : allprojects { repositories { maven { url "https://jitpack.io" } } }
Did this work? Also, what gradle module to add that to, the project or the module? When you say import in to libs folder do you mean just copy it or all-the-way move it to there, and where is that?
You can replace
com.github.2359media:EasyAndroidAnimations:0.8
with
com.github.2359media:EasyAndroidAnimations:07f1306
in your build file.
working with gradle, any idea?