Skip to content

Commit f0cf5e4

Browse files
chore: update to kuper 2.5.5
1 parent 872ff83 commit f0cf5e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/java/Blueprint.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object Blueprint {
44
const val appId = "dev.jahir.blueprint.app"
5-
const val version = 244
6-
const val versionName = "2.4.4"
5+
const val version = 245
6+
const val versionName = "2.4.5"
77
}

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Versions {
1616
const val buildTools = "36.0.0"
1717

1818
// Kuper
19-
const val kuper = "2.5.4"
19+
const val kuper = "2.5.5"
2020

2121
// Adaptive Icons
2222
const val adaptiveIcons = "1.0.2"

0 commit comments

Comments
 (0)