@@ -47,7 +47,7 @@ android {
47
47
checkReleaseBuilds false
48
48
}
49
49
testCoverage {
50
- jacocoVersion ' 0.8.7 '
50
+ jacocoVersion ' 0.8.8 '
51
51
}
52
52
namespace ' org.blitzortung.android.app'
53
53
}
@@ -56,15 +56,15 @@ coveralls {
56
56
jacocoReportPath ' build/reports/coverage/androidTest/debug/report.xml'
57
57
}
58
58
59
- def dagger_version = ' 2.41 '
59
+ def dagger_version = ' 2.42 '
60
60
61
61
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'
65
65
implementation ' androidx.recyclerview:recyclerview:1.2.1'
66
66
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 '
68
68
69
69
// Dagger2
70
70
implementation " com.google.dagger:dagger:$dagger_version "
@@ -74,9 +74,9 @@ dependencies {
74
74
compileOnly ' javax.annotation:jsr250-api:1.0'
75
75
76
76
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 '
80
80
testImplementation ' androidx.test:core:1.4.0'
81
81
androidTestImplementation ' androidx.test:runner:1.4.0'
82
82
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
0 commit comments