11 lines
403 B
TOML
11 lines
403 B
TOML
[versions]
|
|
|
|
core = "1.15.0"
|
|
lifecycle = "2.8.7"
|
|
activity = "1.9.3"
|
|
|
|
[libraries]
|
|
|
|
core = { module = "androidx.core:core-ktx", version.ref = "core" }
|
|
lifecycle = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } |