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 @@ -71,7 +71,7 @@ buildscript {
71
71
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
72
72
}
73
73
dependencies {
74
- classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.1 -SNAPSHOT'
74
+ classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2 -SNAPSHOT'
75
75
}
76
76
}
77
77
```
@@ -83,7 +83,7 @@ repositories {
83
83
}
84
84
85
85
dependencies {
86
- implementation 'com.apollographql.apollo:apollo-runtime:1.2.1 -SNAPSHOT'
86
+ implementation 'com.apollographql.apollo:apollo-runtime:1.2.2 -SNAPSHOT'
87
87
}
88
88
```
89
89
Original file line number Diff line number Diff line change 1
1
GROUP =com.apollographql.apollo
2
- VERSION_NAME =1.2.1 -SNAPSHOT
2
+ VERSION_NAME =1.2.2 -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
2
androidPlugin : ' 3.4.2' ,
3
- apollo : ' 1.2.1 -SNAPSHOT' , // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
3
+ apollo : ' 1.2.2 -SNAPSHOT' , // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
4
4
antlr4 : ' 4.5.3' ,
5
5
bintray : ' 1.8.0' ,
6
6
cache : ' 2.0.2' ,
You can’t perform that action at this time.
0 commit comments