23 lines
1.1 KiB
TOML
23 lines
1.1 KiB
TOML
[versions]
|
|
agp = "8.7.3"
|
|
material = "1.12.0"
|
|
room = "2.6.1"
|
|
lifecycle = "2.7.0"
|
|
recyclerview = "1.3.2"
|
|
appcompat = "1.6.1"
|
|
constraintlayout = "2.1.4"
|
|
coreKtx = "1.12.0"
|
|
|
|
[libraries]
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
|
lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "lifecycle" }
|
|
lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata", version.ref = "lifecycle" }
|
|
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|