File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Find more about our motivations [here](http://tvbarthel.fr/IntentShare/).
46
46
# Gradle dependency
47
47
available on jcenter.
48
48
``` groovy
49
- compile 'fr.tvbarthel.intentshare:library:0.0.1 '
49
+ compile 'fr.tvbarthel.intentshare:library:0.0.2 '
50
50
```
51
51
52
52
dependencies
@@ -214,7 +214,7 @@ Default icon loader used to load target activities icons is based on AsyncTask.
214
214
## Picasso
215
215
If your are already using Picasso, you may want to consider using PicassoIconLoader:
216
216
``` groovy
217
- compile 'fr.tvbarthel.intentshare:picasso-loader:0.0.1 '
217
+ compile 'fr.tvbarthel.intentshare:picasso-loader:0.0.2 '
218
218
```
219
219
220
220
``` java
@@ -228,7 +228,7 @@ IntentShare.with(context)
228
228
## Glide
229
229
If your are already using Glide, you may want to consider using GlideIconLoader:
230
230
``` groovy
231
- compile 'fr.tvbarthel.intentshare:glide-loader:0.0.1 '
231
+ compile 'fr.tvbarthel.intentshare:glide-loader:0.0.2 '
232
232
```
233
233
234
234
``` java
Original file line number Diff line number Diff line change 29
29
compileSdkVersion = 23
30
30
targetSdkVersion = 23
31
31
minSdkVersion = 16
32
- versionCode = 1
33
- versionName = " 0.0.1 "
32
+ versionCode = 2
33
+ versionName = " 0.0.2 "
34
34
}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " fr.tvbarthel.intentsharesample"
9
9
minSdkVersion 16
10
10
targetSdkVersion 23
11
- versionCode 2
12
- versionName " 1.1 "
11
+ versionCode 3
12
+ versionName " 1.2 "
13
13
}
14
14
buildTypes {
15
15
release {
You can’t perform that action at this time.
0 commit comments