2359media / EasyAndroidAnimations

Apache License 2.0
1.39k stars 313 forks source link

Error:(36, 13) Failed to resolve: com.github.2359media:EasyAndroidAnimations:0.8 #29

Open burliEnterprises opened 7 years ago

burliEnterprises commented 7 years ago

working with gradle, any idea?

MennaSamy commented 7 years ago

I have same problem did u find a solution ?

burliEnterprises commented 7 years ago

unfortunately not sorry

MennaSamy commented 7 years ago

I found place
maven { url "https://jitpack.io"} in allprjects not in buildscript if it didn't work let me know

HareshSolankiibl commented 5 years ago

any solutions?

MurtadhaS commented 5 years ago

You can just download the jar an import it.

josef130 commented 5 years ago

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" } } }

wayvez commented 5 years ago

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?

BlueBoxWare commented 5 years ago

You can replace

com.github.2359media:EasyAndroidAnimations:0.8

with

com.github.2359media:EasyAndroidAnimations:07f1306

in your build file.