Advertisement
Baru_Berbagi

build.gradle (Module: app)

Dec 22nd, 2021
194
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. //Tambahkan liblary di bawah ini
  9. implementation 'com.android.support:design:28.0.0'
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement