Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. dependencies {
  2. implementation libraries.kotlinStdLib
  3. implementation libraries.appCompat
  4.  
  5. testImplementation testLibraries.junit4
  6.  
  7. androidTestImplementation androidTestLibraries.testRunner
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement