Skip to content

Instantly share code, notes, and snippets.

@vashisthg
Created June 29, 2018 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vashisthg/c9fb844f1a25d9bee5c2a402dfeea48b to your computer and use it in GitHub Desktop.
Save vashisthg/c9fb844f1a25d9bee5c2a402dfeea48b to your computer and use it in GitHub Desktop.
object Libraries {
object Kotlin {
val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Versions.kotlinVersion}"
}
object Support {
val appcompatV7 = "com.android.support:appcompat-v7:28.0.0-alpha3"
}
object Tests {
val junit = "junit:junit:4.12"
}
object AndroidTests {
val testRunner = "com.android.support.test:runner:1.0.2"
val espressoCore = "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