mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
Upgrade dependencies for 1.24 alpha series
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
<ignore path="org/bouncycastle/est/jcajce/JcaJceUtils$1.class" />
|
||||
<ignore path="org/bouncycastle/est/jcajce/JcaJceUtils$2.class" />
|
||||
<ignore path="org/apache/commons/net/util/TrustManagerUtils$TrustManager.class" />
|
||||
<ignore path="\*/bcpkix-jdk15to18-1.71.jar" />
|
||||
<ignore path="\*/commons-net-3.6.jar" />
|
||||
<ignore path="\*/bcpkix-jdk15to18-*.jar" />
|
||||
<ignore path="\*/commons-net-*.jar" />
|
||||
</issue>
|
||||
|
||||
<issue id="PluralsCandidate" severity="error" />
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
[versions]
|
||||
compileSdk = "36"
|
||||
kotlin = "2.1.21"
|
||||
androidGradlePlugin = "8.10.0"
|
||||
androidKspPlugin = "2.1.21-2.0.1" # first version needs to match kotlin version
|
||||
kotlin = "2.2.0"
|
||||
androidGradlePlugin = "8.11.1" # 8.12.0 pulls in aapt2 which has issue on buildserver
|
||||
androidKspPlugin = "2.2.0-2.0.2" # first version needs to match kotlin version
|
||||
dokka = "2.0.0"
|
||||
mavenPublish = "0.18.0"
|
||||
jlleitschuhKtlint = "12.2.0"
|
||||
jlleitschuhKtlint = "13.0.0"
|
||||
|
||||
kotlinxSerializationJson = "1.4.1" # 1.4.1 because https://github.com/Kotlin/kotlinx.serialization/issues/2231
|
||||
kotlinxSerializationJson = "1.9.0" # 1.4.1 because https://github.com/Kotlin/kotlinx.serialization/issues/2231
|
||||
kotlinxCoroutinesTest = "1.10.2"
|
||||
|
||||
ktor = "3.1.3"
|
||||
ktor = "3.2.3"
|
||||
okhttp = "4.12.0"
|
||||
room = "2.7.1"
|
||||
room = "2.7.2"
|
||||
glide = "4.16.0"
|
||||
glideCompose = "1.0.0-beta01"
|
||||
|
||||
androidxCoreKtx = "1.16.0"
|
||||
androidxAppcompat = "1.7.0"
|
||||
androidxAppcompat = "1.7.1"
|
||||
androidxPreferenceKtx = "1.2.1"
|
||||
androidxLifecycleLivedataKtx = "2.9.0"
|
||||
androidxWork = "2.10.1"
|
||||
androidxLifecycleLivedataKtx = "2.9.2"
|
||||
androidxWork = "2.10.3"
|
||||
androidxRecyclerview = "1.4.0"
|
||||
androidxConstraintlayout = "2.2.1"
|
||||
androidxSwipeRefreshLayout = "1.1.0"
|
||||
androidxVectordrawable = "1.2.0"
|
||||
androidxGridlayout = "1.1.0"
|
||||
androidxComposeBom = "2025.05.01"
|
||||
androidxComposeBom = "2025.07.00"
|
||||
androidxActivityCompose = "1.10.1"
|
||||
accompanistDrawablepainter = "0.36.0"
|
||||
accompanistDrawablepainter = "0.37.3"
|
||||
material = "1.12.0"
|
||||
|
||||
#noinspection GradleDependency newer version need minSdk 24 or library desugering
|
||||
@@ -40,22 +40,23 @@ adapterdelegates4 = "4.3.2"
|
||||
#noinspection GradleDependency Commons IO > 2.5 uses java.nio.file, which requires desugaring
|
||||
commonsIo = "2.6"
|
||||
commonsNet = "3.6"
|
||||
bouncycastle = "1.71"
|
||||
bouncycastle = "1.81"
|
||||
#noinspection NewerVersionAvailable upgrade to 3.6.1 failed BonjourManagerTest
|
||||
jmdns = "3.5.5"
|
||||
nanohttpd = "2.3.1"
|
||||
guava = "33.3.1-android"
|
||||
guava = "33.4.8-android"
|
||||
|
||||
rxjava = "3.1.9"
|
||||
rxjava = "3.1.11"
|
||||
rxandroid = "3.0.2"
|
||||
|
||||
slf4jApi = "2.0.16"
|
||||
microutilsKotlinLogging = "2.1.21"
|
||||
logbackClassic = "1.5.6"
|
||||
slf4jApi = "2.0.17"
|
||||
microutilsKotlinLogging = "3.0.5"
|
||||
logbackClassic = "1.5.18"
|
||||
logbackAndroid = "3.0.0"
|
||||
|
||||
junit = "4.13.2"
|
||||
mockk = "1.14.2"
|
||||
robolectric = "4.14.1"
|
||||
mockk = "1.14.5"
|
||||
robolectric = "4.15.1"
|
||||
androidxTestCore = "1.6.1"
|
||||
androidxTestRunner = "1.6.2"
|
||||
androidxTestExtJunit = "1.2.1"
|
||||
@@ -68,7 +69,7 @@ androidxTestMonitor = "1.7.2"
|
||||
mockitoCore = "5.1.1"
|
||||
hamcrest = "2.2"
|
||||
goncalossilvaResources = "0.2.1"
|
||||
turbine = "1.0.0"
|
||||
turbine = "1.2.1"
|
||||
json = "20220320"
|
||||
|
||||
[libraries]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user