diff --git a/gradle.properties b/gradle.properties index 4e3a88a8369cd80be524b3559a1903333fe62ada..7d5ca41510f33b29146c34e133fa0e832d043f4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -VERSION_NAME=3.6.0 +VERSION_NAME=3.7.0-SNAPSHOT VERSION_MAJOR=3 -VERSION_MINOR=6 +VERSION_MINOR=7 VERSION_PATCH=0 -VERSION_CODE=12 +VERSION_CODE=13 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 02776d3072340f3cc3cfc14ca9417aa4f24a5cf1..f48bdec895d708758b3b7797d85bf90012ecfc20 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.3.0 +VERSION_NAME=1.4.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=3 +VERSION_MINOR=4 VERSION_PATCH=0 -VERSION_CODE=8 +VERSION_CODE=9 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 0d6bc59a39749b712ffe050f3325e05c0e3cbf07..1a220e86926bc66d581d2130b7f44ebc94adb93f 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.3.0 +VERSION_NAME=1.4.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=3 +VERSION_MINOR=4 VERSION_PATCH=0 -VERSION_CODE=8 +VERSION_CODE=9 POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide