Skip to content

Commit

Permalink
update 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Sep 10, 2018
1 parent eefd833 commit eb880c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- 使用透视变换裁剪并矫正选区,还原正面图片
- 支持丰富的UI设置,如辅助线,蒙版,锚点,放大镜等

## 例子([传送门](art/SmartCropperSampleV5.apk)
## 例子([传送门](art/SmartCropperSampleV6.apk)

### 1. 选择图片后智能选区,使用透视变换裁剪并矫正选区:

Expand Down Expand Up @@ -42,7 +42,7 @@ allprojects {
2.添加依赖
```gradle
dependencies {
 compile 'com.github.pqpo:SmartCropper:v1.1.3@aar'
 compile 'com.github.pqpo:SmartCropper:v1.2.0@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A library for cropping image in a smart way that can identify the border and cor
- Use the perspective transform to crop and correct the selection to restore the front image.
- Support rich UI settings, such as auxiliary lines, mask, anchor, magnifying glass and so on.

## Sample([link](art/SmartCropperSampleV5.apk)
## Sample([link](art/SmartCropperSampleV6.apk)

### 1. Select a image, use the perspective transform to crop and correct the selection:

Expand Down Expand Up @@ -43,7 +43,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
```
dependencies {
compile 'com.github.pqpo:SmartCropper:v1.1.3@aar'
compile 'com.github.pqpo:SmartCropper:v1.2.0@aar'
}
```

Expand Down
Binary file added aar/smartcropperlib-1.2.0.aar
Binary file not shown.
Binary file removed art/SmartCropperSampleV5.apk
Binary file not shown.
Binary file added art/SmartCropperSampleV6.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 4
versionName "1.1.3"
versionCode 5
versionName "1.2.0"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit eb880c3

Please sign in to comment.