We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f831ad0 commit 3158ccbCopy full SHA for 3158ccb
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
minSdk = 28
24
//noinspection ExpiredTargetSdkVersion
25
targetSdk = 28
26
- versionCode = 4
27
- versionName = "1.1.2"
+ versionCode = 6
+ versionName = "1.1.4"
28
29
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
30
vectorDrawables {
0 commit comments