From 735d6deb87341345392c62de3a191287d5ed08a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:56:34 +0000 Subject: [PATCH] chore: bump com.apptentive:apptentive-kit-android from 6.0.3 to 6.0.4 Bumps [com.apptentive:apptentive-kit-android](https://github.com/apptentive/apptentive-kit-android) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/apptentive/apptentive-kit-android/releases) - [Changelog](https://github.com/apptentive/apptentive-kit-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/apptentive/apptentive-kit-android/compare/v.6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: com.apptentive:apptentive-kit-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dfbcb3e..f23c7de 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,6 @@ allprojects { } dependencies { - implementation 'com.apptentive:apptentive-kit-android:6.0.3' + implementation 'com.apptentive:apptentive-kit-android:6.0.4' testImplementation 'io.mockk:mockk:1.13.3' }