Skip to content

Commit 761e96e

Browse files
committed
README: library version name not prefix the v
1 parent 60cd0f2 commit 761e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424
2525
// in app build.gradle file
26-
def devbox_version = "v0.5.0"
26+
def devbox_version = "0.5.0"
2727
dependencies {
2828
// ...
2929
compile "com.github.xxxifan.Devbox2:devbox-core:${devbox_version}"

0 commit comments

Comments
 (0)