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 9b4e28302c86b2e4c259f558a77f6af4eb080b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:32:30 +0000 Subject: [PATCH 2/2] chore: bump org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.5.1 Bumps org.jlleitschuh.gradle.ktlint from 11.2.0 to 11.5.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint 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..1c63c0f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { plugins { id "org.sonarqube" version "3.5.0.2730" - id "org.jlleitschuh.gradle.ktlint" version "11.2.0" + id "org.jlleitschuh.gradle.ktlint" version "11.5.1" } sonarqube {