Skip to content

Commit 89de9a6

Browse files
committed
version is now 2.5.13-SNAPSHOT
1 parent 92c5e68 commit 89de9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.apollographql.apollo
2-
VERSION_NAME=2.5.12
2+
VERSION_NAME=2.5.13-SNAPSHOT
33

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

gradle/dependencies.gradle

+1-1
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.12', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
5+
apollo : '2.5.13-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)