diff --git a/README.md b/README.md index f56c1e7..2f81853 100644 --- a/README.md +++ b/README.md @@ -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 @@ -29,7 +31,7 @@ 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 @@ -37,7 +39,7 @@ compile 'com.bilibili:magicasakura:0.1.6@aar' com.bilibili magicasakura - 0.1.6 + 0.1.7 aar ``` diff --git a/magicasakura/build.gradle b/magicasakura/build.gradle index bd14934..df65c3e 100644 --- a/magicasakura/build.gradle +++ b/magicasakura/build.gradle @@ -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