Skip to content

Commit

Permalink
Merge pull request #194 from NordicSemiconductor/dependencies
Browse files Browse the repository at this point in the history
Dependencies updated
  • Loading branch information
philips77 authored Oct 11, 2024
2 parents 2f721db + 31a8df4 commit d2e2291
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mcumgr-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2e2291

Please sign in to comment.