Skip to content

Instantly share code, notes, and snippets.

@thomaskioko
Last active May 17, 2021 16:04
Show Gist options
  • Select an option

  • Save thomaskioko/689aa3222166e1497662b59cc10fe9fd to your computer and use it in GitHub Desktop.

Select an option

Save thomaskioko/689aa3222166e1497662b59cc10fe9fd to your computer and use it in GitHub Desktop.
Version catalog example
[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