diff --git a/README.md b/README.md
index a43ef66..f233f18 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/lib/build.gradle b/lib/build.gradle
index bf41af7..b5d8915 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -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'
diff --git a/lib/src/main/AndroidManifest.xml b/lib/src/main/AndroidManifest.xml
index 760b435..0cb62bb 100644
--- a/lib/src/main/AndroidManifest.xml
+++ b/lib/src/main/AndroidManifest.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/screenshot.png b/screenshot.png
index b676da4..dc26caa 100644
Binary files a/screenshot.png and b/screenshot.png differ