From 995623a079b5809fd87e3df9816088c7298de053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:28:11 +0000 Subject: [PATCH 1/2] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to 2.4.0 Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 889cb01..560825c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:9.2.1" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21" classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.36.0" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0" } } @@ -77,7 +77,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.0" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.4.0" implementation "androidx.activity:activity-ktx:1.12.4" testImplementation "junit:junit:4.13.2" From 8f0986ab8b51189e1cc57e7e8058f8027f4a525a Mon Sep 17 00:00:00 2001 From: Sergejs Luhmirins Date: Fri, 26 Jun 2026 13:39:44 +0300 Subject: [PATCH 2/2] Bump other minor versions --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 560825c..1807e4c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:9.2.1" - classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.36.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0" + classpath "com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.37.0" } } @@ -27,11 +27,11 @@ ext { android { namespace = "com.simprints.libsimprints" - compileSdk = 36 + compileSdk = 37 defaultConfig { minSdkVersion 23 - targetSdkVersion 36 + targetSdkVersion 37 versionName project.version // Version code should match the name as it is used in SID @@ -78,7 +78,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:2.4.0" - implementation "androidx.activity:activity-ktx:1.12.4" + implementation "androidx.activity:activity-ktx:1.13.0" testImplementation "junit:junit:4.13.2" testImplementation "androidx.test.ext:junit:1.3.0"