diff --git a/buildSrc/src/main/kotlin/AndroidConfig.kt b/buildSrc/src/main/kotlin/AndroidConfig.kt index 19fce6f441..ccf121dc28 100644 --- a/buildSrc/src/main/kotlin/AndroidConfig.kt +++ b/buildSrc/src/main/kotlin/AndroidConfig.kt @@ -1,5 +1,5 @@ object AndroidConfig { - const val compileSdk = 31 + const val compileSdk = 32 const val minSdk = 23 const val targetSdk = 29 const val ndk = "22.1.7171670" diff --git a/gradle/androidx.versions.toml b/gradle/androidx.versions.toml index b051c785b0..d5ab4b6c42 100644 --- a/gradle/androidx.versions.toml +++ b/gradle/androidx.versions.toml @@ -1,16 +1,16 @@ [versions] agp_version = "7.1.3" -lifecycle_version = "2.5.0-alpha06" +lifecycle_version = "2.5.0" [libraries] -annotation = "androidx.annotation:annotation:1.4.0-alpha02" -appcompat = "androidx.appcompat:appcompat:1.4.1" +annotation = "androidx.annotation:annotation:1.4.0" +appcompat = "androidx.appcompat:appcompat:1.4.2" biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04" -constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3" +constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4" coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0" -corektx = "androidx.core:core-ktx:1.8.0-alpha07" +corektx = "androidx.core:core-ktx:1.8.0" splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02" -recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02" +recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta01" swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01" viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01" @@ -26,5 +26,5 @@ lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"] workmanager = ["work-runtime", "guava"] [plugins] -application = { id = "com.android.application", version.ref="agp_version"} -library = { id = "com.android.library", version.ref="agp_version"} +application = { id = "com.android.application", version.ref = "agp_version" } +library = { id = "com.android.library", version.ref = "agp_version" } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 48409bfd9e..ac3459b93f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,9 @@ [versions] aboutlib_version = "8.9.4" -okhttp_version = "4.9.3" +okhttp_version = "4.10.0" nucleus_version = "3.0.0" coil_version = "2.0.0-rc03" -conductor_version = "3.1.2" +conductor_version = "3.1.5" flowbinding_version = "1.2.0" shizuku_version = "12.1.0" robolectric_version = "3.1.4" @@ -22,7 +22,7 @@ flowreactivenetwork = "ru.beryukhov:flowreactivenetwork:1.0.4" okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp_version" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp_version" } okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp_version" } -okio = "com.squareup.okio:okio:3.0.0" +okio = "com.squareup.okio:okio:3.2.0" conscrypt-android = "org.conscrypt:conscrypt-android:2.5.2" @@ -34,13 +34,13 @@ jsoup = "org.jsoup:jsoup:1.14.3" disklrucache = "com.jakewharton:disklrucache:2.0.2" unifile = "com.github.tachiyomiorg:unifile:17bec43" -junrar = "com.github.junrar:junrar:7.5.0" +junrar = "com.github.junrar:junrar:7.5.2" sqlitektx = "androidx.sqlite:sqlite-ktx:2.3.0-alpha02" sqlite-android = "com.github.requery:sqlite-android:3.36.0" preferencektx = "androidx.preference:preference-ktx:1.2.0" -flowpreferences = "com.fredporciuncula:flow-preferences:1.6.0" +flowpreferences = "com.fredporciuncula:flow-preferences:1.7.0" nucleus-core = { module = "info.android15.nucleus:nucleus", version.ref = "nucleus_version" } nucleus-supportv7 = { module = "info.android15.nucleus:nucleus-support-v7", version.ref = "nucleus_version" } @@ -78,8 +78,8 @@ flowbinding-viewpager = { module = "io.github.reactivecircus.flowbinding:flowbin logcat = "com.squareup.logcat:logcat:0.1" -acra-http = "ch.acra:acra-http:5.9.3" -firebase-analytics = "com.google.firebase:firebase-analytics-ktx:20.0.2" +acra-http = "ch.acra:acra-http:5.9.5" +firebase-analytics = "com.google.firebase:firebase-analytics-ktx:21.0.0" aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutlib_version" } aboutlibraries-gradle = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin", version.ref = "aboutlib_version" }