Advertisement
Baru_Berbagi

build.gradle (Module: app)

May 12th, 2021
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. dependencies {
  2. implementation fileTree(dir: 'libs', include: ['*.jar'])
  3. implementation 'androidx.appcompat:appcompat:1.0.2'
  4. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  5. testImplementation 'junit:junit:4.12'
  6. androidTestImplementation 'androidx.test:runner:1.1.1'
  7. androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
  8.  
  9. //tambahkan liblary dibawah ini
  10. implementation 'androidx.biometric:biometric:1.0.1'
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement