Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Crusoekid committed Oct 28, 2020
1 parent 0b560c5 commit 4e6aa96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The ```build.gradle``` in Main Module add
```java
dependencies {
...
implementation 'com.tengine.android:tenginekit:1.1.3'
implementation 'com.tengine.android:tenginekit:1.1.4'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Project中的build.gradle添加
```
dependencies {
...
implementation 'com.tengine.android:tenginekit:1.1.3'
implementation 'com.tengine.android:tenginekit:1.1.4'
...
}
```
Expand Down
Binary file removed sample/ImageDemo/app/src/main/assets/a.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private void CanvasInit(){
public void run() {
CanvasInit();
Bitmap bb = null;

try {
Drawable d = Drawable.createFromStream(getAssets().open("5.jpg"), null);
showImage.setImageDrawable(d);
Expand Down Expand Up @@ -121,7 +120,7 @@ public void run() {
}
}
showImage.setImageBitmap(out_bitmap);

KitCore.release();
}

private byte[] bitmap2Bytes(Bitmap image) {
Expand Down

0 comments on commit 4e6aa96

Please sign in to comment.