Skip to content

Commit 0b0f50f

Browse files
author
Andreas Würl
committed
update dependencies
1 parent f01fb17 commit 0b0f50f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/build.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
checkReleaseBuilds false
4848
}
4949
testCoverage {
50-
jacocoVersion '0.8.7'
50+
jacocoVersion '0.8.8'
5151
}
5252
namespace 'org.blitzortung.android.app'
5353
}
@@ -56,15 +56,15 @@ coveralls {
5656
jacocoReportPath 'build/reports/coverage/androidTest/debug/report.xml'
5757
}
5858

59-
def dagger_version = '2.41'
59+
def dagger_version = '2.42'
6060

6161
dependencies {
62-
implementation 'androidx.appcompat:appcompat:1.4.1'
63-
implementation 'androidx.media:media:1.5.0'
64-
implementation 'androidx.core:core-ktx:1.7.0'
62+
implementation 'androidx.appcompat:appcompat:1.4.2'
63+
implementation 'androidx.media:media:1.6.0'
64+
implementation 'androidx.core:core-ktx:1.8.0'
6565
implementation 'androidx.recyclerview:recyclerview:1.2.1'
6666
implementation 'androidx.work:work-runtime-ktx:2.7.1'
67-
implementation 'org.osmdroid:osmdroid-android:6.1.11'
67+
implementation 'org.osmdroid:osmdroid-android:6.1.13'
6868

6969
// Dagger2
7070
implementation "com.google.dagger:dagger:$dagger_version"
@@ -74,9 +74,9 @@ dependencies {
7474
compileOnly 'javax.annotation:jsr250-api:1.0'
7575

7676
testImplementation 'junit:junit:4.13.2'
77-
testImplementation 'org.assertj:assertj-core:3.22.0'
78-
testImplementation 'io.mockk:mockk:1.12.3'
79-
testImplementation 'org.robolectric:robolectric:4.7.3'
77+
testImplementation 'org.assertj:assertj-core:3.23.1'
78+
testImplementation 'io.mockk:mockk:1.12.4'
79+
testImplementation 'org.robolectric:robolectric:4.8.1'
8080
testImplementation 'androidx.test:core:1.4.0'
8181
androidTestImplementation 'androidx.test:runner:1.4.0'
8282
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id 'com.android.application' version '7.2.1' apply false
44
id 'com.android.library' version '7.2.1' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
66
}
77

88
task clean(type: Delete) {

0 commit comments

Comments
 (0)