Skip to content

Commit

Permalink
releasev2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Jul 4, 2019
1 parent ca49ccc commit 0e366a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
2.添加依赖
```gradle
dependencies {
 compile 'com.github.pqpo:SmartCropper:v2.1.1'
 compile 'com.github.pqpo:SmartCropper:v2.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.2.3'
compile 'com.github.pqpo:SmartCropper:v2.1.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ android {
}

dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'org.tensorflow:tensorflow-lite:1.13.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.tensorflow:tensorflow-lite:1.13.1'
}

0 comments on commit 0e366a1

Please sign in to comment.