Skip to content

Commit b65d282

Browse files
committed
version is now 2.5.14-SNAPSHOT
1 parent b711ef9 commit b65d282

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=2.5.13
2+
VERSION_NAME=2.5.14-SNAPSHOT
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
@@ -2,7 +2,7 @@ def versions = [
22
minAndroidPlugin : '3.4.2',
33
androidPlugin : '4.1.3',
44
androidxSqlite : '2.1.0',
5-
apollo : '2.5.13', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
5+
apollo : '2.5.14-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
66
antlr4 : '4.5.3',
77
cache : '2.0.2',
88
compiletesting : '0.15',

0 commit comments

Comments
 (0)