Skip to content

Commit

Permalink
upgrade version : 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xyczero committed Nov 7, 2017
1 parent 4d4ae58 commit bd6732e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ MagicaSakura is an Android multi theme library which supporting both daily color

## Gradle Dependency
```
compile 'com.bilibili:magicasakura:0.1.7@aar'
compile 'com.bilibili:magicasakura:0.1.8@aar'
```

## Maven Dependency
```
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>magicasakura</artifactId>
<version>0.1.7</version>
<version>0.1.8</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion magicasakura/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "0.1.7"
version = "0.1.8"

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit bd6732e

Please sign in to comment.