Skip to content

Commit

Permalink
Merge pull request #527 from NordicSemiconductor/dependencies
Browse files Browse the repository at this point in the history
Dependencies updated
  • Loading branch information
philips77 committed Oct 18, 2023
2 parents ee210dd + c18b1c9 commit 8743da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:2.48"
classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin"
Expand Down
2 changes: 1 addition & 1 deletion examples/trivia/build.gradle
Expand Up @@ -70,7 +70,7 @@ dependencies {

// Text, color, Surface
implementation "androidx.compose.material3:material3"
implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.activity:activity-compose:1.8.0'
implementation "androidx.compose.runtime:runtime-livedata"

// To show Preview
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Expand Up @@ -62,7 +62,7 @@ dependencies {

// Text, Color, Surface
implementation 'androidx.compose.material3:material3'
implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.activity:activity-compose:1.8.0'
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.2"

// Preview
Expand Down

0 comments on commit 8743da2

Please sign in to comment.