File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ apk-parser = "net.dongliu:apk-parser:2.6.10"
4646okhttp = { module = " com.squareup.okhttp3:okhttp" , version.ref = " okhttp" }
4747okhttp-logging-interceptor = { module = " com.squareup.okhttp3:logging-interceptor" , version.ref = " okhttp" }
4848okhttp-dns-over-https = { module = " com.squareup.okhttp3:okhttp-dnsoverhttps" , version.ref = " okhttp" }
49+ okhttp-brotli = { module = " com.squareup.okhttp3:okhttp-brotli" , version.ref = " okhttp" }
4950okio = " 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]
103105tachiyomi = [
Original file line number Diff line number Diff 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
4444val inspectorRevision = runCatching {
You can’t perform that action at this time.
0 commit comments