Skip to content

Commit 98d99c1

Browse files
Mikhail FedotovMikhail Fedotov
Mikhail Fedotov
authored and
Mikhail Fedotov
committed
[version] Up version to 1.0.8
1 parent bbe8409 commit 98d99c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ object Versions {
33
const val androidGradlePlugin = "8.2.2"
44

55
// dependencies
6-
const val core = "1.12.0"
7-
const val appcompat = "1.6.1"
6+
const val core = "1.13.1"
7+
const val appcompat = "1.7.0"
88
const val constraintLayout = "2.1.4"
99
const val koin = "2.2.2"
10-
const val lifecycle = "2.7.0"
10+
const val lifecycle = "2.8.4"
1111
const val startup = "1.1.1"
12-
const val material = "1.11.0"
13-
const val kStateMachine = "0.26.0"
12+
const val material = "1.12.0"
13+
const val kStateMachine = "0.30.0"
1414
}

0 commit comments

Comments
 (0)