Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. plugins {
  2. id("com.android.library")
  3. id("com.quickbirdstudios.bluesquare")
  4. }
  5.  
  6. dependencies {
  7. implementation(kotlin("stdlib-jdk8"))
  8. testImplementation("junit:junit:4.12")
  9. andriodTestImplementation("com.android.support.test:runner:1.0.2")
  10. androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement