From f10749026e383f4f4236748eacc7a9b263ea9aa5 Mon Sep 17 00:00:00 2001 From: Mo Mustafa <96316894+mmustafa-tse@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:40:57 -0700 Subject: [PATCH 1/2] fix:Apptentive SDK to be used via mParticle (#85) Co-authored-by: markvdouw --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dfbcb3e..1e2af8d 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,6 @@ allprojects { } dependencies { - implementation 'com.apptentive:apptentive-kit-android:6.0.3' + api 'com.apptentive:apptentive-kit-android:6.0.3' testImplementation 'io.mockk:mockk:1.13.3' } From 3ac06896b1b847182d1629f8aa70febea305de05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:41:35 +0000 Subject: [PATCH 2/2] chore: bump com.apptentive:apptentive-kit-android from 6.0.3 to 6.1.0 Bumps [com.apptentive:apptentive-kit-android](https://github.com/apptentive/apptentive-kit-android) from 6.0.3 to 6.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: com.apptentive:apptentive-kit-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e2af8d..d905c5f 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,6 @@ allprojects { } dependencies { - api 'com.apptentive:apptentive-kit-android:6.0.3' + api 'com.apptentive:apptentive-kit-android:6.1.0' testImplementation 'io.mockk:mockk:1.13.3' }