From ae02fe7008ec1057b98b98813bd479552ec8c3b2 Mon Sep 17 00:00:00 2001 From: Chris Bethune Date: Tue, 7 Jun 2016 12:02:30 -0400 Subject: [PATCH] temporarily set to release version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 913d4645..b6e68eb8 100755 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ subprojects { // Shared group and version info. We keep build variant types in the version names so that we get // a set of JARs for each build type written back into the maven repo. group = "com.oculusinfo" - version = "0.7-SNAPSHOT-$buildType" + version = "0.7-$buildType" // Maven repos to check for artifacts repositories {