Skip to content

Commit b56d9e0

Browse files
committed
Update NewPipe Extractor, checkstyle and sonarqube to latest versions
Add note that new webkit versions require a minSdk >= 23
1 parent 2ee5f99 commit b56d9e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ autoservice-google = "1.1.1"
1212
autoservice-zacsweers = "1.2.0"
1313
bridge = "v2.0.2"
1414
cardview = "1.0.0"
15-
checkstyle = "12.2.0"
15+
checkstyle = "12.3.0"
1616
constraintlayout = "2.2.1"
1717
core = "1.17.0"
1818
desugar = "2.1.5"
@@ -45,7 +45,7 @@ runner = "1.7.0"
4545
rxandroid = "3.0.2"
4646
rxbinding = "4.0.0"
4747
rxjava = "3.1.12"
48-
sonarqube = "7.2.1.6560"
48+
sonarqube = "7.2.2.6593"
4949
statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
5050
stetho = "1.6.0"
5151
swiperefreshlayout = "1.2.0"
@@ -59,9 +59,9 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5959
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6060
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6161
# to cause jitpack to regenerate the artifact.
62-
teamnewpipe-newpipe-extractor = "05e0e4ced7b6ff05f3d68d831efed8bdf588f9ac"
62+
teamnewpipe-newpipe-extractor = "1e7b3722e01c9719f5b7e27b3c68e3fd6f2fe134"
6363
viewpager2 = "1.1.0"
64-
webkit = "1.14.0"
64+
webkit = "1.14.0" # Newer versions require minSdk >= 23
6565
work = "2.10.5" # Newer versions require minSdk >= 23
6666

6767
[libraries]

0 commit comments

Comments
 (0)