We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0801cfd commit 2573e94Copy full SHA for 2573e94
gradle.properties
@@ -1,6 +1,6 @@
1
# Publishing defaults, could ultimately be moved to build scripts
2
GROUP=com.apollographql.apollo3
3
-VERSION_NAME=4.0.0-alpha.2-SNAPSHOT
+VERSION_NAME=4.0.0-alpha.1
4
5
POM_URL=https://github.com/apollographql/apollo-kotlin/
6
POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/
gradle/libraries.toml
@@ -12,7 +12,7 @@ android-sdkversion-target = "30"
12
androidx-sqlite = "2.3.1"
13
antlr = "4.12.0"
14
# This is used by the gradle integration tests to get the artifacts locally
15
-apollo = "4.0.0-alpha.2-SNAPSHOT"
+apollo = "4.0.0-alpha.1"
16
# Used by the apollo-tooling project which uses a published version of Apollo
17
apollo-published = "3.8.0"
18
cache = "2.0.2"
0 commit comments