Skip to content

Commit

Permalink
updated implementation in build gradle as per hieuvp#192 (comment) co…
Browse files Browse the repository at this point in the history
…mment. This fixes the compiling issue (Could not find com.wei.android.lib:fingerprintidentify:1.2.6)
  • Loading branch information
yoelzerbib committed Nov 5, 2023
1 parent 3898597 commit a04a840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
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.github.uccmawei:fingerprintidentify:${safeExtGet("fingerprintidentify", "1.2.6")}"
implementation "com.github.uccmawei:FingerprintIdentify:1.2.6"
}

0 comments on commit a04a840

Please sign in to comment.