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 92c5e68 commit 89de9a6Copy full SHA for 89de9a6
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.apollographql.apollo
2
-VERSION_NAME=2.5.12
+VERSION_NAME=2.5.13-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.12', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
+ apollo : '2.5.13-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