Skip to content

Commit f4b2d25

Browse files
authored
Update README.md
1 parent 2f043d2 commit f4b2d25

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
33
An Android library project that provides a simple image cropping `Activity`, based on code from AOSP.
44

5-
**Note:** We use this library in production without too many problems, but it's not maintained very actively. There are [other options](https://android-arsenal.com/tag/45) out there.
5+
**Deprecated!** This project is not maintained. If it doesn't meet your needs as is, consider creating a fork or picking from these [alternatives](https://android-arsenal.com/tag/45).
66

7-
[![build status](https://travis-ci.org/jdamcd/android-crop.svg)](https://travis-ci.org/jdamcd/android-crop)
87
[![maven central](https://img.shields.io/badge/maven%20central-1.0.1-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.soundcloud.android%7Candroid-crop%7C1.0.1%7Caar.asc)
98
[![changelog](https://img.shields.io/badge/changelog-1.0.1-lightgrey.svg)](CHANGELOG.md)
109

@@ -59,10 +58,6 @@ The AAR is published on Maven Central:
5958
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
6059
```
6160

62-
#### Users
63-
64-
Apps that use this library include: [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android), [Depop](https://play.google.com/store/apps/details?id=com.depop), [Polyvore](https://play.google.com/store/apps/details?id=com.polyvore), [TextSecure](https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms)
65-
6661
## How does it look?
6762

6863
![android-crop screenshot](screenshot.png)

0 commit comments

Comments
 (0)