libs: Bump all libs stuck due to minSdk to latest release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
679f36abaa
commit
2203b30d3f
1 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ cardview = "1.0.0"
|
||||||
checkstyle = "13.4.0"
|
checkstyle = "13.4.0"
|
||||||
coil = "3.4.0"
|
coil = "3.4.0"
|
||||||
constraintlayout = "2.2.1"
|
constraintlayout = "2.2.1"
|
||||||
core = "1.17.0" # Newer versions require minSdk >= 23
|
core = "1.18.0"
|
||||||
desugar = "2.1.5"
|
desugar = "2.1.5"
|
||||||
documentfile = "1.1.0"
|
documentfile = "1.1.0"
|
||||||
exoplayer = "2.19.1"
|
exoplayer = "2.19.1"
|
||||||
|
|
@ -30,7 +30,7 @@ kotlinx-serialization-json = "1.11.0"
|
||||||
ksp = "2.3.6"
|
ksp = "2.3.6"
|
||||||
ktlint = "1.8.0"
|
ktlint = "1.8.0"
|
||||||
leakcanary = "2.14"
|
leakcanary = "2.14"
|
||||||
lifecycle = "2.9.4" # Newer versions require minSdk >= 23
|
lifecycle = "2.10.0"
|
||||||
localbroadcastmanager = "1.1.0"
|
localbroadcastmanager = "1.1.0"
|
||||||
markwon = "4.6.2"
|
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
|
material = "1.11.0" # TODO: update to newer version after bug is fixed. See https://github.com/TeamNewPipe/NewPipe/pull/13018
|
||||||
|
|
@ -41,7 +41,7 @@ phoenix = "3.0.0"
|
||||||
preference = "1.2.1"
|
preference = "1.2.1"
|
||||||
prettytime = "5.0.8.Final"
|
prettytime = "5.0.8.Final"
|
||||||
recyclerview = "1.4.0"
|
recyclerview = "1.4.0"
|
||||||
room = "2.7.2" # Newer versions require minSdk >= 23
|
room = "2.8.4"
|
||||||
runner = "1.7.0"
|
runner = "1.7.0"
|
||||||
rxandroid = "3.0.2"
|
rxandroid = "3.0.2"
|
||||||
rxbinding = "4.0.0"
|
rxbinding = "4.0.0"
|
||||||
|
|
@ -62,8 +62,8 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
|
||||||
# to cause jitpack to regenerate the artifact.
|
# to cause jitpack to regenerate the artifact.
|
||||||
teamnewpipe-newpipe-extractor = "v0.26.1"
|
teamnewpipe-newpipe-extractor = "v0.26.1"
|
||||||
viewpager2 = "1.1.0"
|
viewpager2 = "1.1.0"
|
||||||
webkit = "1.14.0" # Newer versions require minSdk >= 23
|
webkit = "1.15.0"
|
||||||
work = "2.10.5" # Newer versions require minSdk >= 23
|
work = "2.11.2"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
acra-core = { module = "ch.acra:acra-core", version.ref = "acra" }
|
acra-core = { module = "ch.acra:acra-core", version.ref = "acra" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue