Skip to content

Commit

Permalink
Update README for 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jul 16, 2016
1 parent ab4b32b commit 3a9b96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ The Google sample included a [CustomTabActivityHelper](https://github.com/Google

This library packaged those utility classes and service declaration for easy integration. Furthermore, a `CustomTabsHelperFragment` is added for managing the `CustomTabActivityHelper` with your activity life cycle automatically. Now you can enjoy the warm up boost within lines of code.

[Sample APK](//github.com/DreaminginCodeZH/CustomTabsHelper/releases/download/v1.0.1/sample-release.apk)
[Sample APK](//github.com/DreaminginCodeZH/CustomTabsHelper/releases/download/v1.0.2/sample-release.apk)

## Integration

Gradle:

```gradle
compile 'me.zhanghai.android.customtabshelper:library:1.0.1'
compile 'me.zhanghai.android.customtabshelper:library:1.0.2'
```

## Usage
Expand Down

0 comments on commit 3a9b96b

Please sign in to comment.