Skip to content

Commit

Permalink
[Release] v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarthel-fr committed Jun 4, 2016
1 parent 189a69e commit 7084921
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Find more about our motivations [here](http://tvbarthel.fr/IntentShare/).
# Gradle dependency
available on jcenter.
```groovy
compile 'fr.tvbarthel.intentshare:library:0.0.1'
compile 'fr.tvbarthel.intentshare:library:0.0.2'
```

dependencies
Expand Down Expand Up @@ -214,7 +214,7 @@ Default icon loader used to load target activities icons is based on AsyncTask.
## Picasso
If your are already using Picasso, you may want to consider using PicassoIconLoader:
```groovy
compile 'fr.tvbarthel.intentshare:picasso-loader:0.0.1'
compile 'fr.tvbarthel.intentshare:picasso-loader:0.0.2'
```

```java
Expand All @@ -228,7 +228,7 @@ IntentShare.with(context)
## Glide
If your are already using Glide, you may want to consider using GlideIconLoader:
```groovy
compile 'fr.tvbarthel.intentshare:glide-loader:0.0.1'
compile 'fr.tvbarthel.intentshare:glide-loader:0.0.2'
```

```java
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ext {
compileSdkVersion = 23
targetSdkVersion = 23
minSdkVersion = 16
versionCode = 1
versionName = "0.0.1"
versionCode = 2
versionName = "0.0.2"
}
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fr.tvbarthel.intentsharesample"
minSdkVersion 16
targetSdkVersion 23
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 7084921

Please sign in to comment.