Created
July 2, 2018 20:20
-
-
Save vashisthg/2d9607343063c1a4d9f13990d35efcfe 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