We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b711ef9 commit b65d282Copy full SHA for b65d282
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.apollographql.apollo
2
-VERSION_NAME=2.5.13
+VERSION_NAME=2.5.14-SNAPSHOT
3
4
POM_URL=https://github.com/apollographql/apollo-android/
5
POM_SCM_URL=https://github.com/apollographql/apollo-android/
gradle/dependencies.gradle
@@ -2,7 +2,7 @@ def versions = [
minAndroidPlugin : '3.4.2',
androidPlugin : '4.1.3',
androidxSqlite : '2.1.0',
- apollo : '2.5.13', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
+ apollo : '2.5.14-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
6
antlr4 : '4.5.3',
7
cache : '2.0.2',
8
compiletesting : '0.15',
0 commit comments