File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Apollo-Android is a GraphQL compliant client that generates Java models from sta
8
8
9
9
## Adding Apollo to your Project
10
10
11
- The latest Gradle plugin version is 0.3.1 .
11
+ The latest Gradle plugin version is 0.3.2 .
12
12
13
13
To use this plugin, add the dependency to your project's build.gradle file:
14
14
@@ -18,7 +18,7 @@ buildscript {
18
18
jcenter()
19
19
}
20
20
dependencies {
21
- classpath 'com.apollographql.apollo:gradle-plugin:0.3.1 '
21
+ classpath 'com.apollographql.apollo:gradle-plugin:0.3.2 '
22
22
}
23
23
}
24
24
```
Original file line number Diff line number Diff line change 1
1
GROUP =com.apollographql.apollo
2
- VERSION_NAME =0.3.2 -SNAPSHOT
2
+ VERSION_NAME =0.3.3 -SNAPSHOT
3
3
4
4
POM_URL =https://github.com/apollographql/apollo-android/
5
5
POM_SCM_URL =https://github.com/apollographql/apollo-android/
Original file line number Diff line number Diff line change 1
1
def versions = [
2
- apolloVersion : ' 0.3.1 -SNAPSHOT' ,
2
+ apolloVersion : ' 0.3.2 -SNAPSHOT' ,
3
3
cacheVersion : ' 2.0.2' ,
4
4
okHttpVersion : ' 3.6.0' ,
5
5
kotlinVersion : ' 1.1.2-3' ,
You can’t perform that action at this time.
0 commit comments