Skip to content

Instantly share code, notes, and snippets.

View Cob007's full-sized avatar
🎯
Focusing

Micheal Adeniyi (MichealCob) Cob007

🎯
Focusing
View GitHub Profile
@Cob007
Cob007 / libs.versions.toml
Created July 24, 2024 17:55 — forked from BobbyESP/libs.versions.toml
A very complete TOML file for Android Development mainly thought for the new Jetpack Compose framework
[versions]
accompanist = "0.29.2-rc"
androidGradlePlugin = "7.4.2"
androidxComposeBom = "2023.01.00"
androidxComposeCompiler = "1.4.6"
androidxCore = "1.10.0-rc01"
androidMaterial = "1.9.0-alpha02"
androidxAppCompat = "1.7.0-alpha02"
androidxActivity = "1.7.1"
markdownDependency = "0.3.2"