Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jan 25, 2024
1 parent 66828e5 commit 039a0b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 = '1.9.20'
ext.kotlin_version = '1.9.22'
// 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.2.1'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.github.gradle-nexus:publish-plugin:$gradle_nexus_publish_plugin"
}
Expand Down
14 changes: 7 additions & 7 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ android {
}

dependencies {
implementation 'androidx.activity:activity:1.8.1'
implementation 'androidx.activity:activity:1.8.2'
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'com.google.android.material:material:1.12.0-alpha02'
implementation 'com.google.android.material:material:1.12.0-alpha03'

// Dagger 2
implementation 'com.google.dagger:dagger:2.48.1'
implementation 'com.google.dagger:dagger-android:2.48.1'
implementation 'com.google.dagger:dagger-android-support:2.48.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.48.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.48.1'
implementation 'com.google.dagger:dagger:2.50'
implementation 'com.google.dagger:dagger-android:2.50'
implementation 'com.google.dagger:dagger-android-support:2.50'
annotationProcessor 'com.google.dagger:dagger-compiler:2.50'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.50'

// Brings the new BluetoothLeScanner API to older platforms
implementation 'no.nordicsemi.android.support.v18:scanner:1.6.0'
Expand Down

0 comments on commit 039a0b6

Please sign in to comment.