mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 20:36:51 +01:00
Update roboelectric to 4.12, org.json to 20240303
This commit is contained in:
parent
88a1e7bb59
commit
c85a0edace
@ -214,7 +214,7 @@ dependencies {
|
||||
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
testImplementation "org.mockito:mockito-core:2.28.2"
|
||||
testImplementation "org.robolectric:robolectric:4.8.2"
|
||||
testImplementation "org.robolectric:robolectric:4.12"
|
||||
testImplementation "org.hamcrest:hamcrest-library:1.3"
|
||||
testImplementation "com.google.code.gson:gson:2.8.9"
|
||||
|
||||
@ -271,7 +271,7 @@ dependencies {
|
||||
testImplementation 'org.threeten:threetenbp:1.6.0'
|
||||
|
||||
// Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests
|
||||
testImplementation 'org.json:json:20180813'
|
||||
testImplementation 'org.json:json:20240303'
|
||||
|
||||
// Fix Duplicate class build error
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
|
||||
|
Loading…
Reference in New Issue
Block a user