Skip to content

Commit

Permalink
upgrade version: 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xyczero committed Aug 22, 2017
1 parent a0724f3 commit 62f753e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ MagicaSakura is an Android multi theme library which supporting both daily color
>5. Offer backward-compatible versions of the Android system that can be used with 4.0.3 or higher.
>6. Easy to integrate to your app.
>6. Support Vector Drawable with appcompat-v7.
>7. Easy to integrate to your app.
## Demo

Expand All @@ -29,15 +31,15 @@ MagicaSakura is an Android multi theme library which supporting both daily color

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

## Maven Dependency
```
<dependency>
<groupId>com.bilibili</groupId>
<artifactId>magicasakura</artifactId>
<version>0.1.6</version>
<version>0.1.7</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.6"
version = "0.1.7"

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit 62f753e

Please sign in to comment.