Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 24, 2020
1 parent 09919f7 commit ae52291
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,5 +1,5 @@
GROUP=com.apollographql.apollo
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_NAME=1.3.0

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
@@ -1,6 +1,6 @@
def versions = [
androidPlugin : '3.4.2',
apollo : '1.3.0-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
apollo : '1.3.0', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
antlr4 : '4.5.3',
bintray : '1.8.4',
cache : '2.0.2',
Expand Down

0 comments on commit ae52291

Please sign in to comment.