File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
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.6.1 '
30+ compile 'com.github.bumptech.glide:glide:3.7.0 '
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.6.1 </version >
41+ <version >3.7.0 </version >
4242 <type >aar</type >
4343</dependency >
4444<dependency >
Original file line number Diff line number Diff line change 1- VERSION_NAME =3.7.0-SNAPSHOT
1+ VERSION_NAME =3.7.0
22VERSION_MAJOR =3
33VERSION_MINOR =7
44VERSION_PATCH =0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
22POM_ARTIFACT_ID =okhttp-integration
33POM_PACKAGING =aar
44
5- VERSION_NAME =1.4.0-SNAPSHOT
5+ VERSION_NAME =1.4.0
66VERSION_MAJOR =1
77VERSION_MINOR =4
88VERSION_PATCH =0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp 3.x Integration
22POM_ARTIFACT_ID =okhttp3-integration
33POM_PACKAGING =aar
44
5- VERSION_NAME =1.4.0-SNAPSHOT
5+ VERSION_NAME =1.4.0
66VERSION_MAJOR =1
77VERSION_MINOR =4
88VERSION_PATCH =0
@@ -12,4 +12,4 @@ POM_DESCRIPTION=An integration library to use OkHttp 3.x to fetch data over http
1212
1313# Prefix and postfix for source and javadoc jars.
1414JAR_PREFIX =glide-
15- JAR_POSTFIX =-integration
15+ JAR_POSTFIX =-integration
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
22POM_ARTIFACT_ID =volley-integration
33POM_PACKAGING =aar
44
5- VERSION_NAME =1.4.0-SNAPSHOT
5+ VERSION_NAME =1.4.0
66VERSION_MAJOR =1
77VERSION_MINOR =4
88VERSION_PATCH =0
You can’t perform that action at this time.
0 commit comments