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 aab5830 commit 848645aCopy full SHA for 848645a
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 = 5
15
- versionName = "1.0.0"
+ versionCode = 6
+ versionName = "1.0.1"
16
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments