Skip to content

Commit 9bcf93a

Browse files
committed
release: [2.2.1] versionCode 15
Signed-off-by: lennoard <lennoardrai@gmail.com>
1 parent 8194bfe commit 9bcf93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = AppConfig.appId
1717
minSdk = AppConfig.minSdkVersion
1818
targetSdk = AppConfig.targetSdlVersion
19-
versionCode = 14
20-
versionName = "2.2.0"
19+
versionCode = 15
20+
versionName = "2.2.1"
2121
vectorDrawables.useSupportLibrary = true
2222
resourceConfigurations.addAll(listOf("en", "de", "pt-rBR"))
2323
javaCompileOptions {

0 commit comments

Comments
 (0)