We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872ff83 commit f0cf5e4Copy full SHA for f0cf5e4
buildSrc/src/main/java/Blueprint.kt
@@ -2,6 +2,6 @@
2
3
object Blueprint {
4
const val appId = "dev.jahir.blueprint.app"
5
- const val version = 244
6
- const val versionName = "2.4.4"
+ const val version = 245
+ const val versionName = "2.4.5"
7
}
buildSrc/src/main/java/Versions.kt
@@ -16,7 +16,7 @@ object Versions {
16
const val buildTools = "36.0.0"
17
18
// Kuper
19
- const val kuper = "2.5.4"
+ const val kuper = "2.5.5"
20
21
// Adaptive Icons
22
const val adaptiveIcons = "1.0.2"
0 commit comments