Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please move your library to mavencentral jcenter is not longer available #216

Open
vhernandezvitu opened this issue Jan 13, 2022 · 7 comments

Comments

@vhernandezvitu
Copy link

Since jcenter is down people who use your library cannot compile

@arunkrishnakv
Copy link

+1. Even though your particular library is available in maven repository, some of your dependencies are using jcenter. Could you please update those?

\--- com.amitshekhar.android:debug-db:1.0.6 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED
|    |    +--- com.android.volley:volley:1.1.1 FAILED
|    |    |    +--- com.facebook.yoga:proguard-annotations:1.14.1 FAILED
|    |    |    \--- com.facebook.fbjni:fbjni-java-only:0.0.3 FAILED
+--- com.amitshekhar.android:debug-db:1.0.6 FAILED

These were the problematic libraries I could find. Thanks a ton for your amazing library.

@powell
Copy link

powell commented Jan 20, 2022

+1
Please, please. Your library is great !

@huhuang03
Copy link

+1

Could not find com.amitshekhar.android:debug-db:1.0.6.
Required by:
    project :app
Search in build.gradle files

@CleatonPais
Copy link

+1

Really helpful library. Please migrate

@Asutosh11
Copy link

the library is in jitpack. Use like this:

settings.gradle
...

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

...

@quillalady
Copy link

Please, migrate

@ajinkya-iam
Copy link

ajinkya-iam commented Nov 23, 2022

Please following steps to import this lib

Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	     debugImplementation 'com.github.amitshekhariitbhu.Android-Debug-Database:debug-db:v1.0.6'
	}

Reference - https://www.jitpack.io/#amitshekhariitbhu/Android-Debug-Database/v1.0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants