Skip to content

Commit e6b8091

Browse files
authored
Release 1.2.1 (#1723)
* Release 1.2.1 * Update snapshot dependency
1 parent 5927e4c commit e6b8091

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
@@ -71,7 +71,7 @@ buildscript {
7171
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
7272
}
7373
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'
7575
}
7676
}
7777
```
@@ -83,7 +83,7 @@ repositories {
8383
}
8484
8585
dependencies {
86-
implementation 'com.apollographql.apollo:apollo-runtime:1.2.1-SNAPSHOT'
86+
implementation 'com.apollographql.apollo:apollo-runtime:1.2.2-SNAPSHOT'
8787
}
8888
```
8989

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=1.2.1-SNAPSHOT
2+
VERSION_NAME=1.2.2-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,6 +1,6 @@
11
def versions = [
22
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
44
antlr4 : '4.5.3',
55
bintray : '1.8.0',
66
cache : '2.0.2',

0 commit comments

Comments
 (0)