From e8edfeb8b3c3932467158495a2154bf94d0311d2 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 26 Jul 2019 14:52:17 -0300 Subject: [PATCH] Release 1.18.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6420c12..f8f9fd61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.18.0](https://github.com/auth0/Auth0.Android/tree/1.18.0) (2019-07-26) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.17.0...1.18.0) + +**Changed** +- Update gradle android plugin and wrapper version [\#250](https://github.com/auth0/Auth0.Android/pull/250) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.17.0](https://github.com/auth0/Auth0.Android/tree/1.17.0) (2019-06-28) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.16.0...1.17.0) diff --git a/README.md b/README.md index 6e53a4f08..4b8aef875 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - implementation 'com.auth0.android:auth0:1.17.0' + implementation 'com.auth0.android:auth0:1.18.0' } ```