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 848645a commit 68bbd18Copy full SHA for 68bbd18
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 = 6
15
- versionName = "1.0.1"
+ versionCode = 7
+ versionName = "1.0.2"
16
17
vectorDrawables {
18
useSupportLibrary = true
0 commit comments