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 24b2c46 commit 52c1657Copy full SHA for 52c1657
build-logic/convention/src/main/kotlin/com/plottwist/tuk/Extension.kt
@@ -11,8 +11,8 @@ fun ApplicationExtension.configureDefaultConfig() {
11
defaultConfig {
12
applicationId = "com.plottwist.tuk"
13
targetSdk = 36
14
- versionCode = 10
15
- versionName = "1.0.4"
+ versionCode = 11
+ versionName = "1.0.5"
16
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments