We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa97801 commit 6e835acCopy full SHA for 6e835ac
README.md
@@ -18,7 +18,7 @@ allprojects {
18
// in app build.gradle file
19
dependencies {
20
// ...
21
- compile 'com.github.xxxifan:Devbox2:v0.4.4'
+ compile 'com.github.xxxifan:Devbox2:v0.4.5'
22
}
23
```
24
library/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion minSdk as int
12
targetSdkVersion sdk as int
13
- versionCode 16081611
14
- versionName "0.4.4"
+ versionCode 16081813
+ versionName "0.4.5"
15
16
buildTypes {
17
release {
0 commit comments