From a311d4835cdede5757e203d52a1bb5e707cfd989 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Fri, 7 Nov 2014 08:28:33 -0800 Subject: [PATCH] Set version for 3.4 release. --- gradle.properties | 4 +--- integration/okhttp/gradle.properties | 2 +- integration/volley/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index c86fcfe970..9ac0b7fc71 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 3608bd8688..2e48a55502 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 0db7881031..af813558a5 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