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 acf4022 commit 1fa559bCopy full SHA for 1fa559b
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 = 7
15
- versionName = "1.0.2"
+ versionCode = 8
+ versionName = "1.0.3"
16
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments