Skip to content

Commit b9a80f6

Browse files
committed
release 3.0.0
1 parent ce5d278 commit b9a80f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publishing defaults, could ultimately be moved to build scripts
22
GROUP=com.apollographql.apollo3
3-
VERSION_NAME=3.0.0-rc04-SNAPSHOT
3+
VERSION_NAME=3.0.0
44

55
POM_URL=https://github.com/apollographql/apollo-android/
66
POM_SCM_URL=https://github.com/apollographql/apollo-android/

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def versions = [
22
minAndroidPlugin : '3.4.2',
33
androidPlugin : '4.2.2',
44
androidxSqlite : '2.1.0',
5-
apollo : '3.0.0-rc04-SNAPSHOT', // This is used by the gradle integration tests to get the artifacts locally
5+
apollo : '3.0.0', // This is used by the gradle integration tests to get the artifacts locally
66
antlr4 : '4.9.3',
77
cache : '2.0.2',
88
guava : '28.0-jre',

0 commit comments

Comments
 (0)