Skip to content

Commit

Permalink
Update to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSiLiang committed Mar 16, 2017
1 parent 6673f7b commit cb3fdbc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Core version
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>boxing</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -38,7 +38,7 @@ UI version
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>boxing-impl</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -47,12 +47,12 @@ UI version

Core version
```java
compile 'com.bilibili:boxing:0.3.5'
compile 'com.bilibili:boxing:0.4.0'
```

UI version
```java
compile 'com.bilibili:boxing-impl:0.3.5'
compile 'com.bilibili:boxing-impl:0.4.0'
```

### Preview
Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>boxing</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -33,19 +33,19 @@
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>boxing-impl</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<type>pom</type>
</dependency>
```
- Gradle
核心版本
```java
compile 'com.bilibili:boxing:0.3.5'
compile 'com.bilibili:boxing:0.4.0'
```
实现版本
```java
compile 'com.bilibili:boxing-impl:0.3.5'
compile 'com.bilibili:boxing-impl:0.4.0'
```

### 预览图
Expand Down
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ dependencies {
exclude group: 'com.squareup.okhttp3'
}
compile 'com.facebook.fresco:animated-gif:1.0.0'
compile 'com.android.support:support-v4:25.0.1'
}
4 changes: 2 additions & 2 deletions boxing-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def siteUrl = "https://github.com/Bilibili/boxing"
def gitUrl = "https://github.com/Bilibili/boxing.git"

group = "com.bilibili"
version = "0.3.5"
version = "0.4.0"

android {
compileSdkVersion 24
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "0.3.5"
versionName "0.4.0"
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}

Expand Down
4 changes: 2 additions & 2 deletions boxing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def siteUrl = "https://github.com/Bilibili/boxing"
def gitUrl = "https://github.com/Bilibili/boxing.git"

group = "com.bilibili"
version = "0.3.5"
version = "0.4.0"

android {
compileSdkVersion 24
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "0.3.5"
versionName "0.4.0"
}
buildTypes {
release {
Expand Down

0 comments on commit cb3fdbc

Please sign in to comment.