We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04fdef commit daaee20Copy full SHA for daaee20
2 files changed
app/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
val applicationName = "CodeReader"
14
val versionMajor = 0
15
val versionMinor = 1
16
-val versionPatch = 3
+val versionPatch = 4
17
18
android {
19
compileSdk = 33
build.gradle.kts
@@ -5,7 +5,3 @@ plugins {
5
6
// for release
7
}
8
-
9
-tasks.create("clean", Delete::class) {
10
- delete(rootProject.buildDir)
11
-}
0 commit comments