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 add com.wei.android.lib:fingerprintidentify:1.2.6 to Maven Central #97

Closed
ghost opened this issue Aug 5, 2021 · 2 comments
Closed

Comments

@ghost
Copy link

ghost commented Aug 5, 2021

After removing jcenter from our repositories list as recommended by https://blog.gradle.org/jcenter-shutdown, we're no longer able to find com.wei.android.lib:fingerprintidentify:1.2.6:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all task dependencies for configuration ':app:releaseRuntimeClasspath'.
   > Could not find com.wei.android.lib:fingerprintidentify:1.2.6.
     Searched in the following locations:
       - file:/Users/runner/.m2/repository/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - file:/Users/runner/.m2/repository/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
       - file:/Users/runner/work/1/s/GluwaPro/node_modules/react-native/android/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - file:/Users/runner/work/1/s/GluwaPro/node_modules/react-native/android/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
       - file:/Users/runner/work/1/s/GluwaPro/node_modules/jsc-android/dist/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - file:/Users/runner/work/1/s/GluwaPro/node_modules/jsc-android/dist/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
       - https://dl.google.com/dl/android/maven2/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - https://dl.google.com/dl/android/maven2/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
       - https://repo.maven.apache.org/maven2/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - https://repo.maven.apache.org/maven2/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
       - https://jitpack.io/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.pom
       - https://jitpack.io/com/wei/android/lib/fingerprintidentify/1.2.6/fingerprintidentify-1.2.6.jar
     Required by:
         project :app > project :react-native-fingerprint-scanner

Please add FingerprintIdentify to Maven Central -- See https://maven.apache.org/repository/ for more info.

@uccmawei
Copy link
Owner

uccmawei commented Aug 9, 2021

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.uccmawei:FingerprintIdentify:1.2.6'
}

@ghost
Copy link
Author

ghost commented Aug 10, 2021

Ah, I think I just need to wait for react-native-fingerprint-scanner to update their package with this commit:
hieuvp/react-native-fingerprint-scanner@9158ace

@ghost ghost closed this as completed Aug 10, 2021
This issue was closed.
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

1 participant