upgrade deps
This commit is contained in:
@@ -2,7 +2,7 @@ group = "eu.weblibre.simple_intent_receiver"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = "2.2.20"
|
||||
ext.kotlin_version = "2.3.10"
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
@@ -49,7 +49,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
testImplementation("org.mockito:mockito-core:5.0.0")
|
||||
testImplementation("org.mockito:mockito-core:5.22.0")
|
||||
}
|
||||
|
||||
testOptions {
|
||||
|
||||
Reference in New Issue
Block a user