File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828
2929dependencies {
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
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.6.0-SNAPSHOT
1+ VERSION_NAME =3.5.1
22VERSION_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
66GROUP =com.github.bumptech.glide
77
88POM_DESCRIPTION =A fast and efficient image loading library for Android focused on smooth scrolling.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ POM_NAME=Glide OkHttp Integration
22POM_ARTIFACT_ID =okhttp-integration
33POM_PACKAGING =aar
44
5- VERSION_NAME =1.3.0-SNAPSHOT
5+ VERSION_NAME =1.2.1
66VERSION_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
1111POM_DESCRIPTION =An integration library to use OkHttp to fetch data over http/https in Glide
1212
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ POM_NAME=Glide Volley Integration
22POM_ARTIFACT_ID =volley-integration
33POM_PACKAGING =aar
44
5- VERSION_NAME =1.3.0-SNAPSHOT
5+ VERSION_NAME =1.2.1
66VERSION_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
1111POM_DESCRIPTION =An integration library to use Volley to fetch data over http/https in Glide
1212
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments