We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20326da commit 854bc71Copy full SHA for 854bc71
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = AppConfig.appId
17
minSdk = AppConfig.minSdkVersion
18
targetSdk = AppConfig.targetSdlVersion
19
- versionCode = 12
20
- versionName = "2.1.0"
+ versionCode = 13
+ versionName = "2.1.1"
21
vectorDrawables.useSupportLibrary = true
22
resourceConfigurations.addAll(listOf("en", "de", "pt-rBR"))
23
javaCompileOptions {
0 commit comments