README.md in screengrab-0.3.2 vs README.md in screengrab-0.4.0

- old
+ new

@@ -33,10 +33,12 @@ [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/screengrab/LICENSE) [![Gem](https://img.shields.io/gem/v/screengrab.svg?style=flat)](http://rubygems.org/gems/screengrab) ###### Automated localized screenshots of your Android app on every device +`screengrab` generates localized screenshots of your Android app for different device types and languages for Google Play and can be uploaded using ([`supply`](https://github.com/fastlane/fastlane/tree/master/supply). + <img src="assets/running-screengrab.gif" width="640"> ### Why should I automate this process? - Create hundreds of screenshots in multiple languages on emulators or real devices, saving you hours - Easily verify that localizations fit into labels on all screen dimensions to find UI mistakes before you ship @@ -51,11 +53,11 @@ sudo gem install screengrab ``` ##### Gradle dependency ```java -androidTestCompile 'tools.fastlane:screengrab:0.3.0' +androidTestCompile 'tools.fastlane:screengrab:0.3.2' ``` ##### Configuring your Manifest Permissions Ensure that the following permissions exist in your **src/debug/AndroidManifest.xml** @@ -150,10 +152,10 @@ If you're having trouble getting your device unlocked and the screen activated to run tests, try using `ScreenUtil.activateScreenForTesting(activity);` in your test setup. ## [`fastlane`](https://fastlane.tools) Toolchain -- [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow +- [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps - [`supply`](https://github.com/fastlane/fastlane/tree/master/supply): Upload screenshots, metadata and your app to the Play Store You can find all the tools on [fastlane.tools](https://fastlane.tools). ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)