diff --git a/README.md b/README.md index c2ee6a2..19e0241 100644 --- a/README.md +++ b/README.md @@ -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