Skip to content

Commit eb80086

Browse files
committed
next version is 0.6.4
1 parent b833631 commit eb80086

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232

3333
And app build.gradle file:
3434
```groovy
35-
def devbox_version = "0.6.0"
35+
def devbox_version = "0.6.4"
3636
dependencies {
3737
// ...
3838
compile "com.github.xxxifan.Devbox2:devbox-core:${devbox_version}"
@@ -43,6 +43,11 @@ dependencies {
4343

4444
check [LatestRelease](https://github.com/xxxifan/Devbox2/releases) here
4545

46+
you can also try snapshot version via
47+
```groovy
48+
def devbox_version = "-SNAPSHOT"
49+
```
50+
4651
2.init Devbox
4752

4853
```java

README_CN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ext {
2222

2323
在 app 的 build.gradle 文件里加入
2424
```groovy
25-
def devbox_version = "0.6.0"
25+
def devbox_version = "0.6.4"
2626
dependencies {
2727
// ...
2828
compile "com.github.xxxifan.Devbox2:devbox-core:${devbox_version}"
@@ -33,6 +33,11 @@ dependencies {
3333

3434
查看[最新版本号](https://github.com/xxxifan/Devbox2/releases)
3535

36+
你也可以尝试snapshot来获取最新的特性或bug修复
37+
```groovy
38+
def devbox_version = "-SNAPSHOT"
39+
```
40+
3641
2.在Application中初始化
3742

3843
```java

0 commit comments

Comments
 (0)