Skip to content

Commit 09db092

Browse files
committed
fix(build): Remove unnecessary closing braces and version declaration in build.gradle.kts
1 parent f1a754e commit 09db092

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ subprojects {
2121
}
2222
}
2323
}
24-
}
25-
26-
version = "1.0.0"
24+
}

0 commit comments

Comments
 (0)