From 095e29f52fe5595de8b45cd0c952ee1310834f87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 06:42:24 +0000 Subject: [PATCH] Bump ormlite-android from 5.0 to 5.1 Bumps [ormlite-android](https://github.com/j256/ormlite-android) from 5.0 to 5.1. - [Release notes](https://github.com/j256/ormlite-android/releases) - [Commits](https://github.com/j256/ormlite-android/compare/ormlite-android-5.0...ormlite-android-5.1) 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 48fd2e6..dfa2d6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-scalars:2.3.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' implementation 'org.jsoup:jsoup:1.10.3' - implementation 'com.j256.ormlite:ormlite-android:5.0' + implementation 'com.j256.ormlite:ormlite-android:5.1' implementation 'com.jrummyapps:colorpicker:2.1.7' implementation 'com.github.hotchemi:permissionsdispatcher:3.0.1' kapt 'com.github.hotchemi:permissionsdispatcher-processor:3.0.1'