Skip to content

Commit 1302e9f

Browse files
committed
Add brotli dependency
1 parent 3d61523 commit 1302e9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ apk-parser = "net.dongliu:apk-parser:2.6.10"
4646
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
4747
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
4848
okhttp-dns-over-https = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp" }
49+
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" }
4950
okio = "com.squareup.okio:okio:3.3.0"
5051

5152
# dependencies of Tachiyomi extensions
@@ -98,6 +99,7 @@ okhttp = [
9899
"okhttp",
99100
"okhttp-logging-interceptor",
100101
"okhttp-dns-over-https",
102+
"okhttp-brotli",
101103
"okio"
102104
]
103105
tachiyomi = [

inspector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sourceSets {
3838
}
3939

4040
// should be bumped with each stable release
41-
val inspectorVersion = "v1.4.8"
41+
val inspectorVersion = "v1.4.9"
4242

4343
// counts commit count on master
4444
val inspectorRevision = runCatching {

0 commit comments

Comments
 (0)