Skip to content

Commit 7480e12

Browse files
committed
Bump version to 3.5.2.
1 parent 91017ff commit 7480e12

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828
2929
dependencies {
30-
compile 'com.github.bumptech.glide:glide:3.5.1'
30+
compile 'com.github.bumptech.glide:glide:3.5.2'
3131
compile 'com.android.support:support-v4:19.1.0'
3232
}
3333
```
@@ -38,7 +38,7 @@ Or Maven:
3838
<dependency>
3939
<groupId>com.github.bumptech.glide</groupId>
4040
<artifactId>glide</artifactId>
41-
<version>3.5.1</version>
41+
<version>3.5.2</version>
4242
<type>aar</type>
4343
</dependency>
4444
<dependency>

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
VERSION_NAME=3.6.0-SNAPSHOT
1+
VERSION_NAME=3.5.2
22
VERSION_MAJOR=3
3-
VERSION_MINOR=6
4-
VERSION_PATCH=0
3+
VERSION_MINOR=5
4+
VERSION_PATCH=2
55
VERSION_CODE=11
66
GROUP=com.github.bumptech.glide
77

integration/okhttp/gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ POM_NAME=Glide OkHttp Integration
22
POM_ARTIFACT_ID=okhttp-integration
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=1.3.0-SNAPSHOT
5+
VERSION_NAME=1.2.2
66
VERSION_MAJOR=1
7-
VERSION_MINOR=3
8-
VERSION_PATCH=0
7+
VERSION_MINOR=2
8+
VERSION_PATCH=2
99
VERSION_CODE=7
1010

1111
POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide

integration/volley/gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ POM_NAME=Glide Volley Integration
22
POM_ARTIFACT_ID=volley-integration
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=1.3.0-SNAPSHOT
5+
VERSION_NAME=1.2.2
66
VERSION_MAJOR=1
7-
VERSION_MINOR=3
8-
VERSION_PATCH=0
7+
VERSION_MINOR=2
8+
VERSION_PATCH=2
99
VERSION_CODE=7
1010

1111
POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide

0 commit comments

Comments
 (0)