Skip to content

Commit daaee20

Browse files
committed
🎉release 0.1.4
1 parent c04fdef commit daaee20

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
val applicationName = "CodeReader"
1414
val versionMajor = 0
1515
val versionMinor = 1
16-
val versionPatch = 3
16+
val versionPatch = 4
1717

1818
android {
1919
compileSdk = 33

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ plugins {
55

66
// for release
77
}
8-
9-
tasks.create("clean", Delete::class) {
10-
delete(rootProject.buildDir)
11-
}

0 commit comments

Comments
 (0)