Skip to content

Commit 5386deb

Browse files
committed
Bump version to 3.5.1
1 parent 81e1530 commit 5386deb

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.0'
30+
compile 'com.github.bumptech.glide:glide:3.5.1'
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.0</version>
41+
<version>3.5.1</version>
4242
<type>aar</type>
4343
</dependency>
4444
<dependency>
@@ -184,4 +184,4 @@ This is not an official Google product.
184184
[9]: https://gist.github.com/devunwired/4479231
185185
[10]: https://github.com/chrisbanes/gradle-mvn-push
186186
[11]: static/glide_logo.png
187-
[12]: https://github.com/bumptech/glide/wiki/Integration-Libraries
187+
[12]: https://github.com/bumptech/glide/wiki/Integration-Libraries

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VERSION_NAME=3.6.0-SNAPSHOT
1+
VERSION_NAME=3.5.1
22
VERSION_MAJOR=3
3-
VERSION_MINOR=6
4-
VERSION_PATCH=0
5-
VERSION_CODE=9
3+
VERSION_MINOR=5
4+
VERSION_PATCH=1
5+
VERSION_CODE=10
66
GROUP=com.github.bumptech.glide
77

88
POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling.

integration/okhttp/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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.1
66
VERSION_MAJOR=1
7-
VERSION_MINOR=3
8-
VERSION_PATCH=0
9-
VERSION_CODE=5
7+
VERSION_MINOR=2
8+
VERSION_PATCH=1
9+
VERSION_CODE=6
1010

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

integration/volley/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ 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.1
66
VERSION_MAJOR=1
7-
VERSION_MINOR=3
8-
VERSION_PATCH=0
9-
VERSION_CODE=5
7+
VERSION_MINOR=2
8+
VERSION_PATCH=1
9+
VERSION_CODE=6
1010

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

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
minSdkVersion MIN_SDK_VERSION as int
4242
targetSdkVersion TARGET_SDK_VERSION as int
4343

44-
versionCode = VERSION_CODE
44+
versionCode = VERSION_CODE as int
4545
versionName = VERSION_NAME
4646
}
4747

0 commit comments

Comments
 (0)