File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
And app build.gradle file:
34
34
``` groovy
35
- def devbox_version = "0.6.0 "
35
+ def devbox_version = "0.6.4 "
36
36
dependencies {
37
37
// ...
38
38
compile "com.github.xxxifan.Devbox2:devbox-core:${devbox_version}"
@@ -43,6 +43,11 @@ dependencies {
43
43
44
44
check [ LatestRelease] ( https://github.com/xxxifan/Devbox2/releases ) here
45
45
46
+ you can also try snapshot version via
47
+ ``` groovy
48
+ def devbox_version = "-SNAPSHOT"
49
+ ```
50
+
46
51
2.init Devbox
47
52
48
53
``` java
Original file line number Diff line number Diff line change 22
22
23
23
在 app 的 build.gradle 文件里加入
24
24
``` groovy
25
- def devbox_version = "0.6.0 "
25
+ def devbox_version = "0.6.4 "
26
26
dependencies {
27
27
// ...
28
28
compile "com.github.xxxifan.Devbox2:devbox-core:${devbox_version}"
@@ -33,6 +33,11 @@ dependencies {
33
33
34
34
查看[ 最新版本号] ( https://github.com/xxxifan/Devbox2/releases )
35
35
36
+ 你也可以尝试snapshot来获取最新的特性或bug修复
37
+ ``` groovy
38
+ def devbox_version = "-SNAPSHOT"
39
+ ```
40
+
36
41
2.在Application中初始化
37
42
38
43
``` java
You can’t perform that action at this time.
0 commit comments