build: update dependencies
authorDa Risk <da_risk@geekorum.com>
Mon, 13 Nov 2023 18:26:00 -0400
changeset 1150 65b6bc48bf24
parent 1149 6908dfcbc3ca
child 1151 4905b697a8c8
build: update dependencies
app/build.gradle.kts
gradle/libs.versions.toml
manage_feeds/build.gradle.kts
--- a/app/build.gradle.kts	Fri Oct 20 23:50:35 2023 -0400
+++ b/app/build.gradle.kts	Mon Nov 13 18:26:00 2023 -0400
@@ -147,7 +147,6 @@
 
     // androidx ui
     implementation(libs.androidx.constraintlayout)
-    implementation(libs.androidx.recyclerview)
     implementation(libs.androidx.coordinatorlayout)
     implementation(libs.androidx.preferences)
 
--- a/gradle/libs.versions.toml	Fri Oct 20 23:50:35 2023 -0400
+++ b/gradle/libs.versions.toml	Mon Nov 13 18:26:00 2023 -0400
@@ -18,7 +18,7 @@
 # along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
 #
 [versions]
-android-gradle-plugin = "8.1.2"
+android-gradle-plugin = "8.1.3"
 accompanist = "0.32.0"
 androidx-annotation = "1.7.0"
 androidx-core = "1.12.0"
@@ -26,22 +26,21 @@
 androidx-appcompat = "1.6.1"
 androidx-activity = "1.8.0"
 androidx-browser = "1.6.0"
-androidx-fragment = "1.6.1"
+androidx-fragment = "1.6.2"
 androidx-constraintlayout = "2.1.4"
 androidx-coordinatorlayout = "1.2.0"
 androidx-compose-bom = "2023.10.01"
 androidx-compose-compiler = "1.5.3"
-androidx-hilt-compiler = "1.1.0-rc01" # rc for ksp
-androidx-hilt-navigation-compose = "1.0.0"
-androidx-hilt-work = "1.1.0-rc01" # rc for ksp
+androidx-hilt-compiler = "1.1.0"
+androidx-hilt-navigation-compose = "1.1.0"
+androidx-hilt-work = "1.1.0"
 androidx-lifecycle = "2.6.2"
-androidx-navigation = "2.7.4"
+androidx-navigation = "2.7.5"
 androidx-paging = "3.2.1"
 androidx-preferences = "1.2.1"
 androidx-room = "2.6.0"
 androidx-startup = "1.1.1"
 androidx-work = "2.8.1"
-androidx-recyclerview = "1.3.1"
 android-material = "1.10.0"
 kotlinx-coroutines = "1.7.3"
 kotlinx-datetime = "0.4.0"
@@ -52,7 +51,7 @@
 timber = "5.0.1"
 truth = "1.1.3"
 mockk = "1.13.8"
-firebase-bom = "32.3.1"
+firebase-bom = "32.5.0"
 google-play-core = "2.1.0"
 google-play-core-review = "2.0.1"
 gms-play-services-base = "18.2.0"
@@ -113,7 +112,7 @@
 androidx-compose-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
 androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
 # alpha for bottom app bar with FAB overlaid and bottom app bar scroll behavior
-androidx-compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.0-alpha09" }
+androidx-compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.0-alpha10" }
 androidx-compose-material3-window-sizes = { module = "androidx.compose.material3:material3-window-size-class" }
 androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
 androidx-compose-ui = { module = "androidx.compose.ui:ui" }
@@ -146,8 +145,6 @@
 
 androidx-preferences = { module = "androidx.preference:preference-ktx", version.ref = "androidx-preferences"}
 
-androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview"}
-
 androidx-room = { module = "androidx.room:room-ktx", version.ref = "androidx-room"}
 androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room"}
 androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room"}
--- a/manage_feeds/build.gradle.kts	Fri Oct 20 23:50:35 2023 -0400
+++ b/manage_feeds/build.gradle.kts	Mon Nov 13 18:26:00 2023 -0400
@@ -96,7 +96,6 @@
 
     // androidx UI
     implementation(libs.androidx.constraintlayout)
-    implementation(libs.androidx.recyclerview)
     implementation(libs.androidx.coordinatorlayout)
     implementation(libs.android.material)