Skip to content

Commit

Permalink
更新至2.55
Browse files Browse the repository at this point in the history
  • Loading branch information
kymjs committed Nov 16, 2015
1 parent 0d6525d commit 8ead541
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KJFrame/kjframe/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.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

version = "2.5.4"
version = "2.5.5"

android {
compileSdkVersion 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* The BitmapLibrary's core classes<br>
* <b>创建时间</b> 2014-6-11<br>
* <b>最后修改</b> 2015-9-25<br>
* <b>最后修改</b> 2015-12-16<br>
*
* @author kymjs (https://github.com/kymjs)
* @version 2.4
Expand Down Expand Up @@ -162,6 +162,10 @@ public Builder callback(BitmapCallBack callback) {
return this;
}

/**
* 推荐使用display(kjbitmap)
*/
@Deprecated
public void display() {
display(new KJBitmap(httpConfig, bitmapConfig));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
public final class KJConfig {

public static final double VERSION = 2.253;
public static final double VERSION = 2.255;

/**
* 错误处理广播
Expand Down

0 comments on commit 8ead541

Please sign in to comment.