Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Aug 31, 2017
1 parent 2eb857a commit d15529a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 2.1.0 (2017-08-31)
* `analytics`
* Added the Analytics module for Google Analytics helper methods

## Version 2.0.8 (2017-07-25)
* `date`:
* Added missing static annotation
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To include this in your project, you can add it with Gradle by using [JitPack](h
def suitcase_version = 'X.X.X'

dependencies {

// Google Analytics Manager to send screens and events to GA, uses Google Play Services Analytics
compile "com.guerinet.suitcase:analytics:${suitcase_version}"

// Date utility methods and classes, uses AndroidThreeTen
compile "com.guerinet.suitcase:date:${suitcase_version}"

Expand All @@ -39,6 +43,7 @@ To include this in your project, you can add it with Gradle by using [JitPack](h
compile "com.guerinet.suitcase:util:${suitcase_version}"
}

* [Google Play Services](https://developers.google.com/android/guides/overview)
* [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP)
* [DBFlow](https://github.com/Raizlabs/DBFlow)
* [Material Dialogs](https://github.com/afollestad/material-dialogs)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# org.gradle.parallel=true

# Project properties
suitcase_version=2.0.8
suitcase_version=2.1.0
group=com.guerinet

# Android specific properties
Expand Down

0 comments on commit d15529a

Please sign in to comment.