Skip to content

Commit

Permalink
fix(android): replace jCenter with maven jitpack (#189)
Browse files Browse the repository at this point in the history
deprecated jCenter() removed and instead maven jitpack repository added for fingerprintidentify
  • Loading branch information
keremoge committed Aug 5, 2021
1 parent d7a5729 commit 9158ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}

dependencies {
Expand Down Expand Up @@ -49,5 +49,5 @@ dependencies {
// 1.2.3 is the minimum version compatible with androidx.
// See https://github.com/uccmawei/FingerprintIdentify/issues/74
// (translation https://translate.google.com/translate?sl=zh-CN&tl=en&u=https://github.com/uccmawei/FingerprintIdentify/issues/74)
implementation "com.wei.android.lib:fingerprintidentify:${safeExtGet("fingerprintidentify", "1.2.6")}"
implementation "com.github.uccmawei:fingerprintidentify:${safeExtGet("fingerprintidentify", "1.2.6")}"
}

0 comments on commit 9158ace

Please sign in to comment.