build.gradle: Update JUnit to 4.13.2.

This commit is contained in:
Andreas Schildbach 2021-09-18 13:15:34 +02:00
parent fcb543c342
commit 6ffbfa55ee

View file

@ -26,7 +26,7 @@ dependencies {
implementation 'org.osmdroid:osmdroid-android:6.1.8' implementation 'org.osmdroid:osmdroid-android:6.1.8'
implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'com.github.tony19:logback-android:2.0.0' implementation 'com.github.tony19:logback-android:2.0.0'
testImplementation 'junit:junit:4.13.1' testImplementation 'junit:junit:4.13.2'
} }
android { android {