-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
When i add a library that hosted at jitpack from a gradle file, for example
implementation 'com.github.IONsoft-Indonesia:RandomNumberAnimation:1.2'
Then i sync gradle, it will takes forever. It will stuck at
Gradle: Metadata of https://jitpack.io/com/github/IONsoft-Indonesia/RandomNumberAnimation/1.2/RandomAnimationAnimation-1.2-sources.jar
At first i think it is because of the library problem, but the problem also exist on other libraries.
I already tried to change my internet connection, use vpn, invalidate caches and restart android studio, tried on both my iMac and Macbook, but still no luck.
Jawnnypoo, tinsukE and tymmesyde