File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ buildscript {
36
36
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
37
37
}
38
38
dependencies {
39
- classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.3 -SNAPSHOT'
39
+ classpath 'com.apollographql.apollo:apollo-gradle-plugin:0.4.4 -SNAPSHOT'
40
40
}
41
41
}
42
42
43
43
dependencies {
44
- compile 'com.apollographql.apollo:apollo-runtime:0.4.3 -SNAPSHOT'
44
+ compile 'com.apollographql.apollo:apollo-runtime:0.4.4 -SNAPSHOT'
45
45
}
46
46
```
47
47
Original file line number Diff line number Diff line change 1
1
GROUP =com.apollographql.apollo
2
- VERSION_NAME =0.4.3 -SNAPSHOT
2
+ VERSION_NAME =0.4.4 -SNAPSHOT
3
3
4
4
POM_URL =https://github.com/apollographql/apollo-android/
5
5
POM_SCM_URL =https://github.com/apollographql/apollo-android/
You can’t perform that action at this time.
0 commit comments