From 560e894b5d24b24cd9c9954835347471c08f4211 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 7 Sep 2021 12:27:43 +0200 Subject: [PATCH] release 3.0.0-alpha04 --- gradle.properties | 2 +- gradle/dependencies.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 46805e1259..c34acf3ee7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Publishing defaults, could ultimately be moved to build scripts GROUP=com.apollographql.apollo3 -VERSION_NAME=3.0.0-alpha04-SNAPSHOT +VERSION_NAME=3.0.0-alpha04 POM_URL=https://github.com/apollographql/apollo-android/ POM_SCM_URL=https://github.com/apollographql/apollo-android/ diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 4c6a528f35..d88f112f35 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -2,7 +2,7 @@ def versions = [ minAndroidPlugin : '3.4.2', androidPlugin : '4.2.2', androidxSqlite : '2.1.0', - apollo : '3.0.0-alpha04-SNAPSHOT', // This is used by the gradle integration tests to get the artifacts locally + apollo : '3.0.0-alpha04', // This is used by the gradle integration tests to get the artifacts locally antlr4 : '4.9.2', cache : '2.0.2', guava : '28.0-jre',