Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Prepare for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed May 3, 2020
1 parent 2b30756 commit 7d86570
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 1.1.0 *(2020-05-03)*
----------------------------

#### Supports: AutoValue 1.7.0

- support incremental annotation processing

Version 1.1.0-rc1 *(2018-11-04)*
----------------------------

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ By convention "with-er" methods have to use `with` as prefix and use the exact p
Add a Gradle dependency (Android):

```groovy
annotationProcessor 'com.gabrielittner.auto.value:auto-value-with:1.1.0-rc1'
annotationProcessor 'com.gabrielittner.auto.value:auto-value-with:1.1.0'
```

or Gradle (Java):

```groovy
apt 'com.gabrielittner.auto.value:auto-value-with:1.1.0-rc1'
apt 'com.gabrielittner.auto.value:auto-value-with:1.1.0'
```
(Using the [gradle-apt-plugin][apt])

Expand Down Expand Up @@ -79,4 +79,3 @@ limitations under the License.
[auto]: https://github.com/google/auto
[snap]: https://oss.sonatype.org/content/repositories/snapshots/
[apt]: https://github.com/tbroyer/gradle-apt-plugin

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.gabrielittner.auto.value
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0

POM_DESCRIPTION=AutoValue extension to implement "with-er" methods for AutoValue objects

Expand Down

0 comments on commit 7d86570

Please sign in to comment.