Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed May 5, 2020
1 parent 4deb11e commit 43089dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.apollographql.apollo
VERSION_NAME=2.0.2-SNAPSHOT
VERSION_NAME=2.0.2

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
Expand Up @@ -2,7 +2,7 @@ def versions = [
minAndroidPlugin : '3.4.2',
androidPlugin : '3.6.2',
androidxSqlite : '2.1.0',
apollo : '2.0.2-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
apollo : '2.0.2', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
antlr4 : '4.5.3',
cache : '2.0.2',
compiletesting : '0.15',
Expand Down

0 comments on commit 43089dd

Please sign in to comment.