Skip to content

Commit

Permalink
[Feature] Bump version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Oct 24, 2016
1 parent 8af1810 commit dc388ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2/sample-release.apk)
[Sample APK](//github.com/DreaminginCodeZH/CustomTabsHelper/releases/download/v1.0.3/sample-release.apk)

## Integration

Gradle:

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

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.2
VERSION_CODE=3
VERSION_NAME=1.0.3
VERSION_CODE=4
GROUP=me.zhanghai.android.customtabshelper

POM_DESCRIPTION=Helper for custom tabs on Android
Expand Down

0 comments on commit dc388ba

Please sign in to comment.