Skip to content

Commit

Permalink
Release 1.2.1 (#1723)
Browse files Browse the repository at this point in the history
* Release 1.2.1

* Update snapshot dependency
  • Loading branch information
sav007 authored Nov 1, 2019
1 parent 5927e4c commit e6b8091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ buildscript {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.1-SNAPSHOT'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2-SNAPSHOT'
}
}
```
Expand All @@ -83,7 +83,7 @@ repositories {
}
dependencies {
implementation 'com.apollographql.apollo:apollo-runtime:1.2.1-SNAPSHOT'
implementation 'com.apollographql.apollo:apollo-runtime:1.2.2-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.apollographql.apollo
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.2.2-SNAPSHOT

POM_URL=https://github.com/apollographql/apollo-android/
POM_SCM_URL=https://github.com/apollographql/apollo-android/
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def versions = [
androidPlugin : '3.4.2',
apollo : '1.2.1-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
apollo : '1.2.2-SNAPSHOT', // This should only be used by apollo-gradle-plugin-incubating:test to get the artifacts locally
antlr4 : '4.5.3',
bintray : '1.8.0',
cache : '2.0.2',
Expand Down

0 comments on commit e6b8091

Please sign in to comment.