From aae95613927ad80794bb5683208172aa6269bd23 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 23 Jul 2024 15:00:57 +0200 Subject: Update version of OpenSSL, OpenVPN 2/3, Asio and many libraries --- gradle/libs.versions.toml | 26 +++++++++++++------------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'gradle') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7f841712..9dffd27a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,27 +1,27 @@ [versions] -android-gradle-plugin = "8.1.4" -androidx-annotation = "1.7.0" -androidx-appcompat = "1.6.1" -android-view-material = "1.10.0" -androidx-core-ktx = "1.12.0" -androidx-fragment-ktx = "1.6.2" +android-gradle-plugin = "8.3.2" +androidx-annotation = "1.8.0" +androidx-appcompat = "1.7.0" +android-view-material = "1.12.0" +androidx-core-ktx = "1.13.1" +androidx-fragment-ktx = "1.8.1" androidx-preference-ktx = "1.2.1" -androidx-webkit = "1.9.0" -androidx-lifecycle-viewmodel-ktx = "2.6.2" -androidx-lifecycle-runtime-ktx = "2.6.2" +androidx-webkit = "1.11.0" +androidx-lifecycle-viewmodel-ktx = "2.8.3" +androidx-lifecycle-runtime-ktx = "2.8.3" androidx-security-crypto = "1.1.0-alpha06" androidx-constraintlayout = "2.1.4" androidx-cardview = "1.0.0" androidx-recyclerview = "1.3.2" -bouncycastle = "1.67" +bouncycastle = "1.69" mpandroidchart = "v3.1.0" -kotlin = "1.9.0" +kotlin = "1.9.20" square-okhttp = "4.10.0" # Test -androidx-test-core = "1.5.0" +androidx-test-core = "1.6.1" junit = "4.13.2" -mockito-core = "3.9.0" +mockito-core = "4.8.1" robolectric = "4.10.2" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 06fe19dc..e59ea7ea 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip -- cgit v1.2.3