From a068c76ba4abd05fd533769591a28426e89806ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 21:28:40 +0000 Subject: [PATCH] Bump core from 0.8.13 to 0.8.15 Bumps [core](https://github.com/Tickaroo/tikxml) from 0.8.13 to 0.8.15. - [Release notes](https://github.com/Tickaroo/tikxml/releases) - [Commits](https://github.com/Tickaroo/tikxml/compare/0.8.13...0.8.15) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 80b71d8..f2bc445 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { /*CONVERTER */ implementation 'com.squareup.retrofit2:converter-gson:2.5.0' implementation 'com.tickaroo.tikxml:annotation:0.8.13' - implementation 'com.tickaroo.tikxml:core:0.8.13' + implementation 'com.tickaroo.tikxml:core:0.8.15' kapt 'com.tickaroo.tikxml:processor:0.8.13' implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.13'