mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-03-21 23:29:44 +00:00
Merge pull request #13363 from theimpulson/depUpdate
Update dependencies and Gradle to latest stable release
This commit is contained in:
@@ -12,10 +12,10 @@ autoservice-google = "1.1.1"
|
||||
autoservice-zacsweers = "1.2.0"
|
||||
bridge = "v2.0.2"
|
||||
cardview = "1.0.0"
|
||||
checkstyle = "13.2.0"
|
||||
coil = "3.3.0"
|
||||
checkstyle = "13.3.0"
|
||||
coil = "3.4.0"
|
||||
constraintlayout = "2.2.1"
|
||||
core = "1.17.0"
|
||||
core = "1.17.0" # Newer versions require minSdk >= 23
|
||||
desugar = "2.1.5"
|
||||
documentfile = "1.1.0"
|
||||
exoplayer = "2.19.1"
|
||||
@@ -24,7 +24,7 @@ groupie = "2.10.1"
|
||||
jsoup = "1.22.1"
|
||||
junit = "4.13.2"
|
||||
junit-ext = "1.3.0"
|
||||
kotlin = "2.3.10"
|
||||
kotlin = "2.3.20"
|
||||
kotlinx-coroutines-rx3 = "1.10.2"
|
||||
kotlinx-serialization-json = "1.10.0"
|
||||
ksp = "2.3.6"
|
||||
@@ -35,7 +35,7 @@ localbroadcastmanager = "1.1.0"
|
||||
markwon = "4.6.2"
|
||||
material = "1.11.0" # TODO: update to newer version after bug is fixed. See https://github.com/TeamNewPipe/NewPipe/pull/13018
|
||||
media = "1.7.1"
|
||||
mockitoCore = "5.21.0"
|
||||
mockitoCore = "5.23.0"
|
||||
okhttp = "5.3.2"
|
||||
phoenix = "3.0.0"
|
||||
preference = "1.2.1"
|
||||
@@ -46,7 +46,7 @@ runner = "1.7.0"
|
||||
rxandroid = "3.0.2"
|
||||
rxbinding = "4.0.0"
|
||||
rxjava = "3.1.12"
|
||||
sonarqube = "7.2.2.6593"
|
||||
sonarqube = "7.2.3.7755"
|
||||
statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
|
||||
stetho = "1.6.0"
|
||||
swiperefreshlayout = "1.2.0"
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
||||
distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
2
gradlew
vendored
2
gradlew
vendored
@@ -57,7 +57,7 @@
|
||||
# Darwin, MinGW, and NonStop.
|
||||
#
|
||||
# (3) This script is generated from the Groovy template
|
||||
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# within the Gradle project.
|
||||
#
|
||||
# You can find Gradle at https://github.com/gradle/gradle/.
|
||||
|
||||
Reference in New Issue
Block a user