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