File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- compile 'com.github.bumptech.glide:glide:3.5.2 '
30
+ compile 'com.github.bumptech.glide:glide:3.6.0 '
31
31
compile 'com.android.support:support-v4:19.1.0'
32
32
}
33
33
```
@@ -38,7 +38,7 @@ Or Maven:
38
38
<dependency >
39
39
<groupId >com.github.bumptech.glide</groupId >
40
40
<artifactId >glide</artifactId >
41
- <version >3.5.2 </version >
41
+ <version >3.6.0 </version >
42
42
<type >aar</type >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change 1
- VERSION_NAME =3.6.0-SNAPSHOT
1
+ VERSION_NAME =3.6.0
2
2
VERSION_MAJOR =3
3
3
VERSION_MINOR =6
4
4
VERSION_PATCH =0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
2
2
POM_ARTIFACT_ID =okhttp-integration
3
3
POM_PACKAGING =aar
4
4
5
- VERSION_NAME =1.3.0-SNAPSHOT
5
+ VERSION_NAME =1.3.0
6
6
VERSION_MAJOR =1
7
7
VERSION_MINOR =3
8
8
VERSION_PATCH =0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
2
2
POM_ARTIFACT_ID =volley-integration
3
3
POM_PACKAGING =aar
4
4
5
- VERSION_NAME =1.3.0-SNAPSHOT
5
+ VERSION_NAME =1.3.0
6
6
VERSION_MAJOR =1
7
7
VERSION_MINOR =3
8
8
VERSION_PATCH =0
You can’t perform that action at this time.
0 commit comments