File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Publishing defaults, could ultimately be moved to build scripts
2
2
GROUP =com.apollographql.apollo3
3
- VERSION_NAME =3.0.0-rc04-SNAPSHOT
3
+ VERSION_NAME =3.0.0
4
4
5
5
POM_URL =https://github.com/apollographql/apollo-android/
6
6
POM_SCM_URL =https://github.com/apollographql/apollo-android/
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ def versions = [
2
2
minAndroidPlugin : ' 3.4.2' ,
3
3
androidPlugin : ' 4.2.2' ,
4
4
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
6
6
antlr4 : ' 4.9.3' ,
7
7
cache : ' 2.0.2' ,
8
8
guava : ' 28.0-jre' ,
You can’t perform that action at this time.
0 commit comments