diff --git a/build.gradle b/build.gradle index 4722cbdb6c6..9cbc48a7a8b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ buildscript { ext { // SDK - sdkCompileVersion = 36 + sdkCompileVersion = 37 sdkMinVersion = 28 - sdkTargetVersion = 36 + sdkTargetVersion = 37 } repositories { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b2ebc35fc0b..9f011a1fb20 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidxArch = "2.2.0" androidxBiometric = "1.1.0" androidxBrowser = "1.10.0" androidxContraintLayout = "2.2.2" -androidxCore = "1.10.1" +androidxCore = "1.19.0" androidxEmojiPicker = "1.6.0" androidxEnterpriseFeedback = "1.1.0" androidxEspresso = "3.7.0" @@ -15,7 +15,7 @@ androidxFragment = "1.9.0" androidxLegacy = "1.0.0" androidxLifecycle = "2.5.1" androidxLifecycleExtensions = "2.2.0" -androidxRoom = "2.8.4" +androidxRoom = "2.8.5" androidxSqlite = "2.5.2" androidxTest = "1.7.0" androidxTestExt = "1.3.0" @@ -27,15 +27,15 @@ cyclonedx = "2.3.1" detekt = "1.23.8" dexopener = "2.0.5" disklrucache = "2.0.2" -media3 ="1.11.0" +media3 ="1.11.1" floatingactionbutton = "1.10.1" glide = "4.15.1" glideToVectorYou = "v2.0.0" junit4 = "4.13.2" koin = "4.2.2" -kotlin = "2.3.10" +kotlin = "2.4.20" kotlinxCoroutines = "1.11.0" -ksp = "2.3.10" +ksp = "2.3.12" ktlint = "14.2.0" markwon = "4.6.2" material = "1.14.0" diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 19abb510599..361fb19920b 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation libs.timber testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.16.1' + testImplementation 'org.robolectric:robolectric:4.17' debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0' // Detekt