Skip to content

Commit 6e835ac

Browse files
committed
0.4.5
1 parent fa97801 commit 6e835ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
// in app build.gradle file
1919
dependencies {
2020
// ...
21-
compile 'com.github.xxxifan:Devbox2:v0.4.4'
21+
compile 'com.github.xxxifan:Devbox2:v0.4.5'
2222
}
2323
```
2424

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion minSdk as int
1212
targetSdkVersion sdk as int
13-
versionCode 16081611
14-
versionName "0.4.4"
13+
versionCode 16081813
14+
versionName "0.4.5"
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)