Skip to content

Instantly share code, notes, and snippets.

@LizzieStudeneer
Created September 9, 2019 08:34
Show Gist options
  • Save LizzieStudeneer/9844d78a4a09f3b366308107923150b8 to your computer and use it in GitHub Desktop.
Save LizzieStudeneer/9844d78a4a09f3b366308107923150b8 to your computer and use it in GitHub Desktop.
plugins {
id("com.android.library")
id("com.quickbirdstudios.bluesquare")
}
dependencies {
implementation(kotlin("stdlib-jdk8"))
testImplementation("junit:junit:4.12")
andriodTestImplementation("com.android.support.test:runner:1.0.2")
androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment