Skip to content

Commit

Permalink
Merge branch 'master' into feature/non_native
Browse files Browse the repository at this point in the history
  • Loading branch information
shliama committed Sep 8, 2016
2 parents dbd6321 + 32b0e67 commit 2bfb255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

1. Include the library as local library project.

``` compile 'com.yalantis:ucrop:2.2.0' ```
``` compile 'com.yalantis:ucrop:2.2.0' ``` - lightweight general solution

``` compile 'com.yalantis:ucrop:2.2.0-native' ``` - get power of the native code to preserve image quality (+ about 1.5 MB to an apk size)

2. Add UCropActivity into your AndroidManifest.xml

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.2.0
VERSION_NAME=2.2.0-native
VERSION_CODE=22
GROUP=com.yalantis

Expand Down
2 changes: 1 addition & 1 deletion ucrop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 24
versionCode 22
versionName "2.2.0"
versionName "2.2.0-native"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 2bfb255

Please sign in to comment.