mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Bump all dependencies to latest versions
Most of these were blocked on min API level 21
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user