Skip to content

Commit

Permalink
release 3.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Nov 3, 2021
1 parent 576a32c commit 8cb7cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Publishing defaults, could ultimately be moved to build scripts
GROUP=com.apollographql.apollo3
VERSION_NAME=3.0.0-beta02-SNAPSHOT
VERSION_NAME=3.0.0-beta02

POM_URL=https://github.com/apollographql/apollo-android/
POM_SCM_URL=https://github.com/apollographql/apollo-android/
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def versions = [
minAndroidPlugin : '3.4.2',
androidPlugin : '4.2.2',
androidxSqlite : '2.1.0',
apollo : '3.0.0-beta02-SNAPSHOT', // This is used by the gradle integration tests to get the artifacts locally
apollo : '3.0.0-beta02', // 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',
Expand Down

0 comments on commit 8cb7cb0

Please sign in to comment.