mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Update dependency org.json:json to v20241224
This commit is contained in:
parent
92a76cfa7b
commit
61831b8a9d
@ -254,7 +254,7 @@ dependencies {
|
||||
//implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
|
||||
|
||||
// Android SDK bundles org.json, but we need an actual implementation to replace the stubs in tests
|
||||
testImplementation 'org.json:json:20240303'
|
||||
testImplementation 'org.json:json:20241224'
|
||||
|
||||
// Fix Duplicate class build error for conflicting kotlin-stdlib versions
|
||||
// does not seem to be currently needed, as it uses the latest across all transitive
|
||||
|
Loading…
Reference in New Issue
Block a user