From a18123bd72dc56ad46a4403af639d74ab09b36c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 06:32:17 +0000 Subject: [PATCH] Bump ankoVersion from 0.10.3 to 0.10.8 Bumps `ankoVersion` from 0.10.3 to 0.10.8. Updates `anko-commons` from 0.10.3 to 0.10.8 - [Release notes](https://github.com/JetBrains/anko/releases) - [Changelog](https://github.com/Kotlin/anko/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/anko/compare/v0.10.3...v0.10.8) Updates `anko-appcompat-v7-commons` from 0.10.3 to 0.10.8 - [Release notes](https://github.com/JetBrains/anko/releases) - [Changelog](https://github.com/Kotlin/anko/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/anko/compare/v0.10.3...v0.10.8) Updates `anko-support-v4-commons` from 0.10.3 to 0.10.8 - [Release notes](https://github.com/JetBrains/anko/releases) - [Changelog](https://github.com/Kotlin/anko/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/anko/compare/v0.10.3...v0.10.8) Signed-off-by: dependabot-preview[bot] --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 53be95a..21eed05 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -3,7 +3,7 @@ ext { supportLibraryVersion = '27.0.2' daggerVersion = '2.14.1' rxBindingVersion = '2.0.0' - ankoVersion = '0.10.3' + ankoVersion = '0.10.8' leakCanaryVersion = '1.5.4' libs = [