README.md in screengrab-0.5.2 vs README.md in screengrab-0.5.3
- old
+ new
@@ -33,11 +33,11 @@
[![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).
+`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
@@ -53,11 +53,13 @@
sudo gem install screengrab
```
##### Gradle dependency
```java
-androidTestCompile 'tools.fastlane:screengrab:0.5.1'
+androidTestCompile 'tools.fastlane:screengrab:x.x.x'
```
+
+The latest version can be determined by visiting the [screengrab RubyGems page](https://rubygems.org/gems/screengrab)
##### Configuring your Manifest Permissions
Ensure that the following permissions exist in your **src/debug/AndroidManifest.xml**
```xml