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 136defe commit 68881adCopy full SHA for 68881ad
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 = 8
15
- versionName = "1.0.3"
+ versionCode = 9
+ versionName = "1.0.4"
16
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments