Skip to content

Commit 2e770fe

Browse files
felipecslsav007
authored andcommitted
Prepare for release v0.3.2 (#527)
1 parent d254b21 commit 2e770fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Apollo-Android is a GraphQL compliant client that generates Java models from sta
88

99
## Adding Apollo to your Project
1010

11-
The latest Gradle plugin version is 0.3.1.
11+
The latest Gradle plugin version is 0.3.2.
1212

1313
To use this plugin, add the dependency to your project's build.gradle file:
1414

@@ -18,7 +18,7 @@ buildscript {
1818
jcenter()
1919
}
2020
dependencies {
21-
classpath 'com.apollographql.apollo:gradle-plugin:0.3.1'
21+
classpath 'com.apollographql.apollo:gradle-plugin:0.3.2'
2222
}
2323
}
2424
```

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=0.3.2-SNAPSHOT
2+
VERSION_NAME=0.3.3-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
@@ -1,5 +1,5 @@
11
def versions = [
2-
apolloVersion : '0.3.1-SNAPSHOT',
2+
apolloVersion : '0.3.2-SNAPSHOT',
33
cacheVersion : '2.0.2',
44
okHttpVersion : '3.6.0',
55
kotlinVersion : '1.1.2-3',

0 commit comments

Comments
 (0)