Bump all dependencies to latest versions

Most of these were blocked on min API level 21
This commit is contained in:
Cameron Gutman 2024-03-17 17:57:56 -05:00
parent 01507d9995
commit 124bfdf418

View File

@ -136,12 +136,10 @@ android {
} }
dependencies { dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:1.70' implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
implementation 'org.jcodec:jcodec:0.2.3' implementation 'org.jcodec:jcodec:0.2.5'
implementation 'com.squareup.okhttp3:okhttp:3.12.13' implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okio:okio:1.17.5' implementation 'org.jmdns:jmdns:3.5.9'
// 3.5.8 requires minSdk 19, uses StandardCharsets.UTF_8 internally
implementation 'org.jmdns:jmdns:3.5.7'
implementation 'com.github.cgutman:ShieldControllerExtensions:1.0.1' implementation 'com.github.cgutman:ShieldControllerExtensions:1.0.1'
} }