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 452508c92de2f3dd934c44e1551faffe1af69312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 19:11:22 +0000 Subject: [PATCH 2/2] chore: bump org.jetbrains.kotlin:kotlin-gradle-plugin Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin 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..c0f5b5d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.8.10' + ext.kotlin_version = '1.9.10' if (!project.hasProperty('version') || project.version.equals('unspecified')) { project.version = '+' }