This commit is contained in:
Jamie McDonald 2015-05-08 13:58:51 -04:00
parent a80587562d
commit 931a222a2d
4 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ The library provides a utility method to start an image picker:
The AAR is published on Maven Central:
`compile 'com.soundcloud.android:android-crop:0.9.10@aar'`
`compile 'com.soundcloud.android:android-crop:1.0.0@aar'`
#### Apps
@ -56,5 +56,5 @@ Apps that use this library include: [SoundCloud](https://play.google.com/store/a
This project is based on the [AOSP](https://source.android.com) camera image cropper via [android-cropimage](https://github.com/lvillani/android-cropimage).
Copyright 2014 [SoundCloud](https://soundcloud.com)
Copyright 2015 [SoundCloud](https://soundcloud.com)
Apache License, Version 2.0

View File

@ -20,9 +20,9 @@ android {
dependencies {
compile 'com.android.support:support-annotations:21.0.0'
compile 'com.android.support:support-v4:22.1.1'
compile 'com.android.support:support-v4:21.0.3'
androidTestCompile 'com.squareup:fest-android:1.0.7'
androidTestCompile 'com.android.support:support-v4:22.1.1'
androidTestCompile 'com.android.support:support-v4:21.0.3'
androidTestCompile 'org.mockito:mockito-core:1.9.5'
androidTestCompile 'com.google.dexmaker:dexmaker:1.0'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.0'

View File

@ -1 +1 @@
<manifest package="com.soundcloud.android.crop" />
<manifest package="com.soundcloud.android.crop" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 299 KiB