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 31c219d + 9ca5d6e commit 68f870bCopy full SHA for 68f870b
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 = 35
28
- versionName = "4.1"
+ versionCode = 37
+ versionName = "4.2"
29
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
30
}
31
compileOptions {
0 commit comments