diff --git a/gradle.properties b/gradle.properties index c86fcfe970cbbb9168194c885df9693621b515e4..9ac0b7fc717582e8ce0b87d214001e86387835ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.4.0-SNAPSHOT +VERSION_NAME=3.4.0 VERSION_MAJOR=3 VERSION_MINOR=4 VERSION_PATCH=0 @@ -32,5 +32,3 @@ COMPILE_SDK_VERSION=19 BUILD_TOOLS_VERSION=19.1.0 TARGET_SDK_VERSION=19 MIN_SDK_VERSION=10 - - diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index 3608bd8688cf406c2fb48ca8cb6b523179a5de28..2e48a55502f63aba1a3b0cd56fcc7337f8ca6724 100644 --- a/integration/okhttp/gradle.properties +++ b/integration/okhttp/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration POM_ARTIFACT_ID=okhttp-integration POM_PACKAGING=aar -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 VERSION_MAJOR=1 VERSION_MINOR=1 VERSION_PATCH=0 diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties index 0db7881031ebd2567c94b82df83da8ca6908cfd8..af813558a5ac61e94eca50ac5f96de7c1a530df1 100644 --- a/integration/volley/gradle.properties +++ b/integration/volley/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration POM_ARTIFACT_ID=volley-integration POM_PACKAGING=aar -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 VERSION_MAJOR=1 VERSION_MINOR=1 VERSION_PATCH=0