From 19b4a9f41e9b1afa129357459794423439f19210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:23:47 +0000 Subject: [PATCH 1/3] Bump ly.count.android:sdk from 24.1.1 to 24.7.4 Bumps [ly.count.android:sdk](https://github.com/Countly/countly-sdk-android) from 24.1.1 to 24.7.4. - [Release notes](https://github.com/Countly/countly-sdk-android/releases) - [Changelog](https://github.com/Countly/countly-sdk-android/blob/24.7.4/CHANGELOG.md) - [Commits](https://github.com/Countly/countly-sdk-android/compare/24.1.1...24.7.4) --- updated-dependencies: - dependency-name: ly.count.android:sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 34097c9..13a790f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -409,7 +409,7 @@ dependencies { implementation("org.apache.commons:commons-compress:1.26.1") // analytics - implementation("ly.count.android:sdk:24.1.1") + implementation("ly.count.android:sdk:24.7.4") // annotations implementation("org.jetbrains:annotations-java5:24.1.0") From 6505cc3ecc96f7302f51f9988643c9cf799fef7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:22:48 +0000 Subject: [PATCH 2/3] Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 2.0.21 Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c904fb9..52f7d00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:8.4.2") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21") classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:11.2.1") } } From 5fad6e30675d9b9feb449dd3e0268ffec09c0289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 02:24:20 +0000 Subject: [PATCH 3/3] Bump com.android.tools.build:gradle from 8.4.2 to 8.7.0 Bumps com.android.tools.build:gradle from 8.4.2 to 8.7.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52f7d00..a167c45 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath("com.android.tools.build:gradle:8.4.2") + classpath("com.android.tools.build:gradle:8.9.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21") classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:11.2.1") }