Skip to content

Commit c45e101

Browse files
committed
release 1.4.0
1 parent bc93f20 commit c45e101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.apollographql.apollo
2-
VERSION_NAME=1.4.0-SNAPSHOT
2+
VERSION_NAME=1.4.0
33

44
POM_URL=https://github.com/apollographql/apollo-android/
55
POM_SCM_URL=https://github.com/apollographql/apollo-android/

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def versions = [
22
androidPlugin : '3.4.2',
3-
apollo : '1.4.0-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
3+
apollo : '1.4.0', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
44
antlr4 : '4.5.3',
55
cache : '2.0.2',
66
compiletesting : '0.15',

0 commit comments

Comments
 (0)