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.
2 parents 7959dcd + 398e032 commit 0d09be3Copy full SHA for 0d09be3
build-logic/convention/src/main/kotlin/kosenda/makecolor/AndroidApplicationPlugin.kt
@@ -24,8 +24,8 @@ class AndroidApplicationPlugin: Plugin<Project> {
24
applicationId = "kosenda.makecolor"
25
minSdk = 24
26
targetSdk = 33
27
- versionCode = 38
28
- versionName = "4.3"
+ versionCode = 39
+ versionName = "4.4"
29
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
30
}
31
compileOptions {
0 commit comments