Skip to content

Commit 8103313

Browse files
committed
release v0.9.0 version
1 parent b9e38a0 commit 8103313

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ less code, more efficient for android
1313
## Gradle
1414

1515
```groovy
16-
compile('com.jayfeng:lesscode-core:0.8.0') {
16+
compile('com.jayfeng:lesscode-core:0.9.0') {
1717
// exclusion for update the android support jar
1818
// for example, you can use the appcompat-v7 in your project
1919
exclude group: 'com.android.support', module: 'support-v4'

lesscode-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "0.8.8" // #CONFIG# // project version
5+
version = "0.9.0" // #CONFIG# // project version
66

77
android {
88
compileSdkVersion 23

lesscode-core/src/main/java/com/jayfeng/lesscode/core/BitmapLess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public final class BitmapLess {
170170
}
171171

172172
/**
173-
* 保存到本地,默认路径/mnt/sdcard/<package>/save/
173+
* 保存到本地,默认路径/mnt/sdcard/[package]/save/
174174
* @param bitmap
175175
* @param format
176176
* @param quality

0 commit comments

Comments
 (0)