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 a09f8af commit d0d3073Copy full SHA for d0d3073
build-logic/plugins/src/main/kotlin/AndroidCoordinates.kt
@@ -26,7 +26,7 @@ object AndroidSdk {
26
27
object AndroidApp {
28
const val id = "com.wire.android"
29
- const val versionName = "4.18.0"
+ const val versionName = "4.18.1"
30
val versionCode by lazy {
31
Versionizer(_rootDir).versionCode
32
}
0 commit comments