diff --git a/gradle.properties b/gradle.properties index cd18a4a5d37a3c04e69ad1c1436b8ddef600e3c1..44808936c9fc20ac29bd50166537dc900a22737f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -VERSION_NAME=3.5.2 +VERSION_NAME=3.6.0-SNAPSHOT VERSION_MAJOR=3 -VERSION_MINOR=5 -VERSION_PATCH=2 -VERSION_CODE=11 +VERSION_MINOR=6 +VERSION_PATCH=0 +VERSION_CODE=12 GROUP=com.github.bumptech.glide POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling. diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index 0567ac0bed5abf56105fce71d0168898bd912c80..de4433b1ecfbe200a10e2ef1a298afb110ae391f 100644 --- a/integration/okhttp/gradle.properties +++ b/integration/okhttp/gradle.properties @@ -2,11 +2,11 @@ POM_NAME=Glide OkHttp Integration POM_ARTIFACT_ID=okhttp-integration POM_PACKAGING=aar -VERSION_NAME=1.2.2 +VERSION_NAME=1.3.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=2 -VERSION_PATCH=2 -VERSION_CODE=7 +AERSION_MINOR=3 +VERSION_PATCH=0 +VERSION_CODE=8 POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties index 5667b1fa8fdae6b43a31a003905645a06ab5e39c..885032e35b2eb5f4a722296a67ac76a6d8e2fd33 100644 --- a/integration/volley/gradle.properties +++ b/integration/volley/gradle.properties @@ -2,11 +2,11 @@ POM_NAME=Glide Volley Integration POM_ARTIFACT_ID=volley-integration POM_PACKAGING=aar -VERSION_NAME=1.2.2 +VERSION_NAME=1.3.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=2 -VERSION_PATCH=2 -VERSION_CODE=7 +VERSION_MINOR=3 +VERSION_PATCH=0 +VERSION_CODE=8 POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide