From 31a8df4d2eba6e03c990735e81e6c9c9cf981311 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Fri, 11 Oct 2024 20:30:04 +0200 Subject: [PATCH] Dependencies updated --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- mcumgr-core/build.gradle | 2 +- sample/build.gradle | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 67037cd..12cd25e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { // https://kotlinlang.org/docs/releases.html#release-details - ext.kotlin_version = '2.0.20' + ext.kotlin_version = '2.0.21' // https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin ext.gradle_nexus_publish_plugin = '1.3.0' @@ -19,7 +19,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 228f9cd..632491d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip diff --git a/mcumgr-core/build.gradle b/mcumgr-core/build.gradle index ed95df5..df63114 100644 --- a/mcumgr-core/build.gradle +++ b/mcumgr-core/build.gradle @@ -43,7 +43,7 @@ android { dependencies { // Annotations - implementation 'org.jetbrains:annotations:25.0.0' + implementation 'org.jetbrains:annotations:26.0.0' // Logging implementation 'org.slf4j:slf4j-api:2.0.16' diff --git a/sample/build.gradle b/sample/build.gradle index ab3bcd9..ab1a92b 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -55,7 +55,7 @@ android { dependencies { implementation 'androidx.activity:activity:1.9.2' - implementation 'androidx.fragment:fragment:1.8.3' + implementation 'androidx.fragment:fragment:1.8.4' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.cardview:cardview:1.0.0'