0

Could not find method implementation() for arguments [androidx.biometric:biometric:1.0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Note : Not using AndroidStudio to compile the apk . Using Make files to compile .

  • Does the implementation statement in your build.gradle file look like this: implementation "androidx.biometric:biometric:1.0.1" (with the quotes)? Btw. consider upgrading, 1.0.1 is rather old. – SebastianBrandt Mar 15 '22 at 20:14
  • i have tried with 1.1.0 which is a stable release but still facing issue with same signature i have kept this inside dependency block in gradle file implementation "androidx.biometric:biometric:1.1.0" – Devi Prasad Mar 24 '22 at 07:05
  • Could you show your build.gradle file? Also, which gradle version do you use? – SebastianBrandt Mar 24 '22 at 08:07

0 Answers0