File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## Version [ 3.1.0] - 2018-02-13
6+ - Add: update CDA SDK
7+ - Remove: Synthetic methods
8+
59## Version [ 3.1.0] - 2017-10-18
610- Add: Database pre seeding utility
711- Update: Contentful CDA SDK to include Android pre 5.0 auto configured TLS 1.2.
Original file line number Diff line number Diff line change @@ -16,24 +16,24 @@ Grab via Maven:
1616<dependency >
1717 <groupId >com.contentful.vault</groupId >
1818 <artifactId >compiler</artifactId >
19- <version >3.1.0 </version >
19+ <version >3.1.1 </version >
2020</dependency >
2121<dependency >
2222 <groupId >com.contentful.vault</groupId >
2323 <artifactId >core</artifactId >
24- <version >3.1.0 </version >
24+ <version >3.1.1 </version >
2525</dependency >
2626```
2727or Gradle:
2828``` groovy
29- apt 'com.contentful.vault:compiler:3.1.0 '
30- compile 'com.contentful.vault:core:3.1.0 '
29+ apt 'com.contentful.vault:compiler:3.1.1 '
30+ compile 'com.contentful.vault:core:3.1.1 '
3131```
3232or Gradle 3.+:
3333``` groovy
34- annotationProcessor 'com.contentful.vault:compiler:3.1.0 '
35- annotationProcessor 'com.contentful.vault:core:3.1.0 '
36- compile 'com.contentful.vault:core:3.1.0 '
34+ annotationProcessor 'com.contentful.vault:compiler:3.1.1 '
35+ annotationProcessor 'com.contentful.vault:core:3.1.1 '
36+ compile 'com.contentful.vault:core:3.1.1 '
3737```
3838
3939Note for Gradle users, make sure to use the [ android-apt] [ apt ] Gradle plugin, which lets you configure compile-time only dependencies.
You can’t perform that action at this time.
0 commit comments