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 6ffeb9c19a8a61f18024a7e71a5f1fbb775e5589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:19:47 +0000 Subject: [PATCH 2/2] chore: bump io.mockk:mockk from 1.13.3 to 1.13.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.3 to 1.13.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk 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 1e2af8d..ba0a305 100644 --- a/build.gradle +++ b/build.gradle @@ -50,5 +50,5 @@ allprojects { dependencies { api 'com.apptentive:apptentive-kit-android:6.0.3' - testImplementation 'io.mockk:mockk:1.13.3' + testImplementation 'io.mockk:mockk:1.13.7' }