Skip to content

Commit a3bdbeb

Browse files
committed
Prettify versions in libs.versions.toml
1 parent d8ebc7e commit a3bdbeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ kotlin = "1.9.0"
33

44
androidGradlePlugin = "8.0.2"
55

6-
ktx = "1.10.1"
7-
appcompat = "1.6.1"
6+
androidx-ktx = "1.10.1"
7+
androidx-appcompat = "1.6.1"
88

99
[libraries]
10-
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
11-
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
10+
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-ktx" }
11+
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
1212

1313
[plugins]
1414
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

0 commit comments

Comments
 (0)