Last active
May 17, 2021 16:04
-
-
Save thomaskioko/689aa3222166e1497662b59cc10fe9fd to your computer and use it in GitHub Desktop.
Version catalog example
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
| [versions] | |
| gradle = "7.0.1" | |
| kotlin = "1.4.32" | |
| appCompat = "1.3.0-rc01" | |
| coreKtx = "1.6.0-alpha02" | |
| constraintLayout = "2.1.0-beta01" | |
| [libraries] | |
| androidx-appCompat = { module = "androidx.appcompat:appcompat", version.ref = "appCompat" } | |
| androidx-coreKtx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" } | |
| androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintLayout" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment