Skip to content

Commit

Permalink
Library version update to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Zawadzki authored and Piotr Zawadzki committed May 7, 2017
1 parent f5fbe0b commit b8e6627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android Material Activity Chooser [![Build Status](https://travis-ci.org/zawadz88/material-activity-chooser.svg?branch=master)](https://travis-ci.org/zawadz88/material-activity-chooser) [![codecov.io](https://codecov.io/github/zawadz88/material-activity-chooser/branch/master/graph/badge.svg)](https://codecov.io/github/zawadz88/material-activity-chooser) [![Current version](https://img.shields.io/bintray/v/zawadz88/maven/material-activity-chooser.svg)](https://bintray.com/zawadz88/maven/material-activity-chooser)
# Android Material Activity Chooser [![Build Status](https://travis-ci.org/zawadz88/material-activity-chooser.svg?branch=master)](https://travis-ci.org/zawadz88/material-activity-chooser) [![codecov.io](https://codecov.io/github/zawadz88/material-activity-chooser/branch/master/graph/badge.svg)](https://codecov.io/github/zawadz88/material-activity-chooser)

This library allows to use Material activity choosers from Jelly Bean+ to e.g. share a text or a link using a nice Material dialog.
Material activity choosers are displayed as bottom sheet dialogs.
Expand All @@ -8,7 +8,7 @@ This library tries to mimic the activity chooser version you can see on Android

## Download (from JCenter)
```groovy
compile 'com.github.zawadz88:material-activity-chooser:0.2.1'
compile 'com.github.zawadz88:material-activity-chooser:0.2.2'
```

## Sample app
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ org.gradle.jvmargs=-Xmx1536m

POM_GROUP_ID=com.github.zawadz88
POM_ARTIFACT_ID=material-activity-chooser
POM_VERSION=0.2.1
POM_VERSION=0.2.2

0 comments on commit b8e6627

Please sign in to comment.