Skip to content

Commit 3ab4142

Browse files
TobiGrtheimpulson
authored andcommitted
Update NewPipe Extractor, checkstyle and sonarqube to latest versions
Add note that new webkit versions require a minSdk >= 23
1 parent 7d95ec7 commit 3ab4142

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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"
@@ -61,7 +61,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
6161
# to cause jitpack to regenerate the artifact.
6262
teamnewpipe-newpipe-extractor = "v0.25.0"
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)