File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,6 +134,13 @@ ksp {
134134// Custom dependency configuration for ktlint
135135val ktlint by configurations.creating
136136
137+ // https://checkstyle.org/#JRE_and_JDK
138+ tasks.withType<Checkstyle >().configureEach {
139+ javaLauncher = javaToolchains.launcherFor {
140+ languageVersion = JavaLanguageVersion .of(21 )
141+ }
142+ }
143+
137144checkstyle {
138145 configDirectory = rootProject.file(" checkstyle" )
139146 isIgnoreFailures = false
Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ autoservice-google = "1.1.1"
1212autoservice-zacsweers = " 1.2.0"
1313bridge = " v2.0.2"
1414cardview = " 1.0.0"
15- checkstyle = " 12.2 .0"
15+ checkstyle = " 13.0 .0"
1616constraintlayout = " 2.2.1"
1717core = " 1.17.0"
1818desugar = " 2.1.5"
1919documentfile = " 1.1.0"
2020exoplayer = " 2.19.1"
2121fragment = " 1.8.9"
2222groupie = " 2.10.1"
23- jsoup = " 1.21.2 "
23+ jsoup = " 1.22.1 "
2424junit = " 4.13.2"
2525junit-ext = " 1.3.0"
2626kotlin = " 2.2.21"
27- ksp = " 2.3.2 "
27+ ksp = " 2.3.4 "
2828ktlint = " 1.8.0"
2929leakcanary = " 2.14"
3030lifecycle = " 2.9.4" # Newer versions require minSdk >= 23
@@ -45,7 +45,7 @@ runner = "1.7.0"
4545rxandroid = " 3.0.2"
4646rxbinding = " 4.0.0"
4747rxjava = " 3.1.12"
48- sonarqube = " 7.2.1.6560 "
48+ sonarqube = " 7.2.2.6593 "
4949statesaver = " 1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
5050stetho = " 1.6.0"
5151swiperefreshlayout = " 1.2.0"
@@ -61,7 +61,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
6161# to cause jitpack to regenerate the artifact.
6262teamnewpipe-newpipe-extractor = " v0.25.0"
6363viewpager2 = " 1.1.0"
64- webkit = " 1.14.0"
64+ webkit = " 1.14.0" # Newer versions require minSdk >= 23
6565work = " 2.10.5" # Newer versions require minSdk >= 23
6666
6767[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
3+ distributionSha256Sum =0d585f69da091fc5b2beced877feab55a3064d43b8a1d46aeb07996b0915e0e0
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments