Skip to content

Commit 854bc71

Browse files
committed
release: [2.1.1] versionCode 13
Signed-off-by: Lennoard <lennoardrai@gmail.com>
1 parent 20326da commit 854bc71

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 = 12
20-
versionName = "2.1.0"
19+
versionCode = 13
20+
versionName = "2.1.1"
2121
vectorDrawables.useSupportLibrary = true
2222
resourceConfigurations.addAll(listOf("en", "de", "pt-rBR"))
2323
javaCompileOptions {

0 commit comments

Comments
 (0)