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 36d5f76 commit a4ca279Copy full SHA for a4ca279
buildSrc/src/main/java/MyApp.kt
@@ -2,6 +2,6 @@
2
3
object MyApp {
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
@@ -15,5 +15,5 @@ object Versions {
15
const val buildTools = "36.0.0"
16
17
// Kuper
18
- const val kuper = "2.5.4"
+ const val kuper = "2.5.5"
19
0 commit comments