Created
May 17, 2021 13:06
-
-
Save thomaskioko/210ab48218859a08ce7f70a89f72a9d2 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 Dependencies { | |
const val timber = "com.jakewharton.timber:timber:${DependencyVersions.timber}" | |
object AndroidX { | |
const val appCompat = "androidx.appcompat:appcompat:${DependencyVersions.appCompat}" | |
const val coreKtx = "androidx.core:core-ktx:${DependencyVersions.coreKtx}" | |
const val constraintLayout = "androidx.constraintlayout:constraintlayout:${DependencyVersions.constraintLayout}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment