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 dd6beab commit eff31a6Copy full SHA for eff31a6
buildSrc/src/main/kotlin/AndroidConfig.kt
@@ -4,8 +4,8 @@ object AndroidConfig {
4
const val compileSdk = 35
5
const val targetSdk = 34
6
7
- const val versionName = "1.6.13"
8
- const val versionCode = 50
+ const val versionName = "1.6.14"
+ const val versionCode = 51
9
10
const val kotlinVersion = "2.1.0"
11
const val kspVersion = "2.1.0-1.0.29"
0 commit comments