Skip to content

Instantly share code, notes, and snippets.

@quickbirdstudios-eng
Created September 6, 2019 07:18
Show Gist options
  • Save quickbirdstudios-eng/18bd1a7175d21eb3a0129fe60896342b to your computer and use it in GitHub Desktop.
Save quickbirdstudios-eng/18bd1a7175d21eb3a0129fe60896342b 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