提交 5386deb8 编写于 作者: S Sam Judd

Bump version to 3.5.1

上级 81e1530c
......@@ -27,7 +27,7 @@ repositories {
}
dependencies {
compile 'com.github.bumptech.glide:glide:3.5.0'
compile 'com.github.bumptech.glide:glide:3.5.1'
compile 'com.android.support:support-v4:19.1.0'
}
```
......@@ -38,7 +38,7 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<type>aar</type>
</dependency>
<dependency>
......@@ -184,4 +184,4 @@ This is not an official Google product.
[9]: https://gist.github.com/devunwired/4479231
[10]: https://github.com/chrisbanes/gradle-mvn-push
[11]: static/glide_logo.png
[12]: https://github.com/bumptech/glide/wiki/Integration-Libraries
\ No newline at end of file
[12]: https://github.com/bumptech/glide/wiki/Integration-Libraries
VERSION_NAME=3.6.0-SNAPSHOT
VERSION_NAME=3.5.1
VERSION_MAJOR=3
VERSION_MINOR=6
VERSION_PATCH=0
VERSION_CODE=9
VERSION_MINOR=5
VERSION_PATCH=1
VERSION_CODE=10
GROUP=com.github.bumptech.glide
POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling.
......
......@@ -2,11 +2,11 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.2.1
VERSION_MAJOR=1
VERSION_MINOR=3
VERSION_PATCH=0
VERSION_CODE=5
VERSION_MINOR=2
VERSION_PATCH=1
VERSION_CODE=6
POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide
......
......@@ -2,11 +2,11 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.2.1
VERSION_MAJOR=1
VERSION_MINOR=3
VERSION_PATCH=0
VERSION_CODE=5
VERSION_MINOR=2
VERSION_PATCH=1
VERSION_CODE=6
POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide
......
......@@ -41,7 +41,7 @@ android {
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
versionCode = VERSION_CODE
versionCode = VERSION_CODE as int
versionName = VERSION_NAME
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册