Skip to content

Commit 7084921

Browse files
committed
[Release] v0.0.2
1 parent 189a69e commit 7084921

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Find more about our motivations [here](http://tvbarthel.fr/IntentShare/).
4646
# Gradle dependency
4747
available on jcenter.
4848
```groovy
49-
compile 'fr.tvbarthel.intentshare:library:0.0.1'
49+
compile 'fr.tvbarthel.intentshare:library:0.0.2'
5050
```
5151

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

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

234234
```java

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ ext {
2929
compileSdkVersion = 23
3030
targetSdkVersion = 23
3131
minSdkVersion = 16
32-
versionCode = 1
33-
versionName = "0.0.1"
32+
versionCode = 2
33+
versionName = "0.0.2"
3434
}

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "fr.tvbarthel.intentsharesample"
99
minSdkVersion 16
1010
targetSdkVersion 23
11-
versionCode 2
12-
versionName "1.1"
11+
versionCode 3
12+
versionName "1.2"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)