@@ -11,8 +11,8 @@ android {
1111 applicationId " org.blitzortung.android.app"
1212 minSdkVersion 15
1313 targetSdkVersion 29
14- versionCode 247
15- versionName " 2.0.15 "
14+ versionCode 248
15+ versionName " 2.0.16 "
1616 multiDexEnabled true
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 }
@@ -57,15 +57,15 @@ coveralls {
5757}
5858
5959def anko_version = ' 0.10.8'
60- def dagger_version = ' 2.24 '
60+ def dagger_version = ' 2.25.2 '
6161
6262dependencies {
6363 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
6464 implementation ' androidx.appcompat:appcompat:1.1.0'
6565 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
6666 implementation ' androidx.media:media:1.1.0'
6767 implementation " org.jetbrains.anko:anko:$anko_version "
68- implementation ' org.osmdroid:osmdroid-android:6.1.0 '
68+ implementation ' org.osmdroid:osmdroid-android:6.1.2 '
6969 implementation ' com.android.support:multidex:1.0.3'
7070
7171 // Dagger2
@@ -77,11 +77,11 @@ dependencies {
7777 compileOnly ' javax.annotation:jsr250-api:1.0'
7878
7979 testImplementation ' junit:junit:4.12'
80- testImplementation ' org.assertj:assertj-core:3.13.2 '
80+ testImplementation ' org.assertj:assertj-core:3.14.0 '
8181 testImplementation ' io.mockk:mockk:1.9.3'
8282 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
8383 testImplementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
84- testImplementation ' org.robolectric:robolectric:4.3'
84+ testImplementation ' org.robolectric:robolectric:4.3.1 '
8585 androidTestImplementation ' androidx.test:runner:1.2.0'
8686 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
8787}
0 commit comments