We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddc39d commit 0a31f73Copy full SHA for 0a31f73
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
minSdk = 27
19
//noinspection EditedTargetSdkVersion,ExpiredTargetSdkVersion
20
targetSdk = 28
21
- versionCode = 11
22
- versionName = "\"0.11.3-beta\""
+ versionCode = 12
+ versionName = "\"0.11.4-beta\""
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
vectorDrawables {
0 commit comments