Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. implementation fileTree(dir: 'libs', include: ['*.jar'])
  2. implementation 'androidx.appcompat:appcompat:1.0.2'
  3. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  4. implementation 'com.jjoe64:graphview:4.2.2'
  5. testImplementation 'junit:junit:4.12'
  6. androidTestImplementation 'androidx.test.ext:junit:1.1.0'
  7. androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement