Update dependencies
This commit is contained in:
@@ -5,7 +5,6 @@ import androidx.annotation.WorkerThread
|
||||
import androidx.core.util.Predicate
|
||||
import okhttp3.Cookie
|
||||
import okhttp3.HttpUrl
|
||||
import org.koitharu.kotatsu.parsers.util.newBuilder
|
||||
import kotlin.coroutines.resume
|
||||
import kotlin.coroutines.suspendCoroutine
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ open class StackLayout @JvmOverloads constructor(
|
||||
val h = b - t - paddingTop - paddingBottom
|
||||
visibleChildren.clear()
|
||||
children.filterNotTo(visibleChildren) { it.isGone }
|
||||
if (w <= 0 || h <= 0 || visibleChildren.isEmpty) {
|
||||
if (w <= 0 || h <= 0 || visibleChildren.isEmpty()) {
|
||||
return
|
||||
}
|
||||
val xStep = w / (visibleChildren.size + 1)
|
||||
|
||||
@@ -5,48 +5,49 @@ adapterdelegates = "4.3.2"
|
||||
appcompat = "1.7.1"
|
||||
avifDecoder = "1.1.1.14d8e3c4"
|
||||
biometric = "1.4.0-alpha04"
|
||||
coil = "3.2.0"
|
||||
coil = "3.3.0"
|
||||
collections = "1.5.0"
|
||||
# https://github.com/google/conscrypt/issues/1268
|
||||
#noinspection NewerVersionAvailable,GradleDependency - 2.5.3 cause crashes
|
||||
conscrypt = "2.5.2"
|
||||
constraintlayout = "2.2.1"
|
||||
coreKtx = "1.16.0"
|
||||
coreKtx = "1.17.0"
|
||||
coroutines = "1.10.2"
|
||||
dagger = "2.56.2"
|
||||
decoroutinator = "2.5.5"
|
||||
dagger = "2.57.1"
|
||||
decoroutinator = "2.5.7"
|
||||
desugar = "2.1.5"
|
||||
diskLruCache = "1.5"
|
||||
documentfile = "1.1.0"
|
||||
fragment = "1.8.8"
|
||||
gradle = "8.11.1"
|
||||
fragment = "1.8.9"
|
||||
gradle = "8.13.0"
|
||||
guava = "33.4.8-android"
|
||||
hilt = "1.2.0"
|
||||
json = "20250517"
|
||||
junit = "4.13.2"
|
||||
junitKtx = "1.2.1"
|
||||
kotlin = "2.1.21"
|
||||
junitKtx = "1.3.0"
|
||||
kotlin = "2.2.10"
|
||||
kizzyRpc = "ad8f2e32eb"
|
||||
ksp = "2.1.21-2.0.1"
|
||||
ksp = "2.2.10-2.0.2"
|
||||
leakcanary = "3.0-alpha-8"
|
||||
lifecycle = "2.9.1"
|
||||
lifecycle = "2.9.3"
|
||||
markwon = "4.6.2"
|
||||
material = "1.14.0-alpha03"
|
||||
material = "1.14.0-alpha04"
|
||||
moshi = "1.15.2"
|
||||
okhttp = "4.12.0"
|
||||
okio = "3.12.0"
|
||||
parsers = "8a147dbdd3"
|
||||
okhttp = "5.1.0"
|
||||
okio = "3.16.0"
|
||||
parsers = "19567f9642"
|
||||
preference = "1.2.1"
|
||||
recyclerview = "1.4.0"
|
||||
room = "2.7.2"
|
||||
serialization = "1.8.1"
|
||||
serialization = "1.9.0"
|
||||
ssiv = "376930523c"
|
||||
swiperefreshlayout = "1.1.0"
|
||||
testRules = "1.6.1"
|
||||
testRunner = "1.6.2"
|
||||
testRules = "1.7.0"
|
||||
testRunner = "1.7.0"
|
||||
transition = "1.6.0"
|
||||
viewpager2 = "1.1.0"
|
||||
webkit = "1.13.0"
|
||||
workRuntime = "2.10.2"
|
||||
webkit = "1.14.0"
|
||||
workRuntime = "2.10.3"
|
||||
workinspector = "1.2"
|
||||
|
||||
[libraries]
|
||||
|
||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,7 @@
|
||||
#Wed Apr 03 08:23:55 EEST 2024
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user