Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 27, 2024
1 parent e1c54a3 commit 0ee400e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
implementation 'org.osmdroid:osmdroid-android:6.1.17'
implementation 'org.osmdroid:osmdroid-android:6.1.18'

// Dagger2
implementation "com.google.dagger:dagger:$dagger_version"
Expand All @@ -77,9 +77,9 @@ dependencies {
compileOnly 'javax.annotation:jsr250-api:1.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'io.mockk:mockk:1.13.8'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'io.mockk:mockk:1.13.10'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id "org.sonarqube" version "3.5.0.2730"
}

Expand Down

0 comments on commit 0ee400e

Please sign in to comment.