Skip to content

Commit f3f70d0

Browse files
authored
Merge pull request #65 from skydoves/kotlin/1.7.20
Update AGP to 7.3.0 and Kotlin to 1.7.20
2 parents 9c54031 + 71f117b commit f3f70d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "7.2.2"
3-
kotlin = "1.7.10"
4-
ksp = "1.7.10-1.0.6"
2+
agp = "7.3.0"
3+
kotlin = "1.7.20"
4+
ksp = "1.7.20-1.0.6"
55
javaRelease = "8"
66
jvmTarget = "1.8"
77
material = "1.6.1"
@@ -12,10 +12,10 @@ androidxRoom = "2.4.3"
1212
androidxArchCore = "2.1.0"
1313
androidXStartup = "1.1.1"
1414
bindables = "1.1.0"
15-
hilt = "2.42"
15+
hilt = "2.44"
1616
retrofit = "2.9.0"
1717
okHttp = "4.10.0"
18-
sandwich = "1.3.0"
18+
sandwich = "1.3.1"
1919
moshi = "1.13.0"
2020
coroutines = "1.6.4"
2121
whatIf = "1.1.1"

0 commit comments

Comments
 (0)