Skip to content

Commit

Permalink
Release Preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Bodemann committed Feb 13, 2018
1 parent a5b9ec6 commit 61fb0da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Version [3.1.0] - 2018-02-13
- Add: update CDA SDK
- Remove: Synthetic methods

## Version [3.1.0] - 2017-10-18
- Add: Database pre seeding utility
- Update: Contentful CDA SDK to include Android pre 5.0 auto configured TLS 1.2.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ Grab via Maven:
<dependency>
<groupId>com.contentful.vault</groupId>
<artifactId>compiler</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.contentful.vault</groupId>
<artifactId>core</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
```
or Gradle:
```groovy
apt 'com.contentful.vault:compiler:3.1.0'
compile 'com.contentful.vault:core:3.1.0'
apt 'com.contentful.vault:compiler:3.1.1'
compile 'com.contentful.vault:core:3.1.1'
```
or Gradle 3.+:
```groovy
annotationProcessor 'com.contentful.vault:compiler:3.1.0'
annotationProcessor 'com.contentful.vault:core:3.1.0'
compile 'com.contentful.vault:core:3.1.0'
annotationProcessor 'com.contentful.vault:compiler:3.1.1'
annotationProcessor 'com.contentful.vault:core:3.1.1'
compile 'com.contentful.vault:core:3.1.1'
```

Note for Gradle users, make sure to use the [android-apt][apt] Gradle plugin, which lets you configure compile-time only dependencies.
Expand Down

0 comments on commit 61fb0da

Please sign in to comment.