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