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 f7d449f commit e2e32eeCopy full SHA for e2e32ee
buildSrc/src/main/java/Kuper.kt
@@ -2,6 +2,6 @@
2
3
object Kuper {
4
const val appId = "dev.jahir.kuper.app"
5
- const val version = 254
6
- const val versionName = "2.5.4"
+ const val version = 255
+ const val versionName = "2.5.5"
7
}
buildSrc/src/main/java/Versions.kt
@@ -16,7 +16,7 @@ object Versions {
16
const val buildTools = "36.0.0"
17
18
// Frames
19
- const val frames = "3.6.4"
+ const val frames = "3.6.5"
20
21
// Kustom API
22
const val kustomApi = "21"
0 commit comments