Created
June 29, 2018 08:15
-
-
Save vashisthg/c9fb844f1a25d9bee5c2a402dfeea48b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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