I have noticed that I can't sync the gradle dependency from Maven since the 16th of August 2024. Could it be a maven error?
When it first happened I had to add jcenter() on the top level since I only had mavenCentral(), then it worked.
Now it has stopped again with all repositories present.
The error is as below:
> Could not find
com.shimaami.android:progressview:1.0.
Required by: app
This has happened before and later worked after 2 days.
Good day
I have noticed that I can't sync the gradle dependency from Maven since the 16th of August 2024. Could it be a maven error? When it first happened I had to add jcenter() on the top level since I only had mavenCentral(), then it worked.
Now it has stopped again with all repositories present.
The error is as below:
> Could not find com.shimaami.android:progressview:1.0. Required by: app
This has happened before and later worked after 2 days.