Skip to content

Commit

Permalink
- Update dependencies
Browse files Browse the repository at this point in the history
Update Compose BOM to 2024.09.00-alpha, Gradle Version Catalog to 2024
.09.00, Develocity to 3.18.1, and Firebase BOM to 33.3.0.
Add firebase-database-ktx dependency.
  • Loading branch information
jacobrein committed Sep 16, 2024
1 parent 300e851 commit 432e7e7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
1 change: 1 addition & 0 deletions UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
androidTestImplementation(TestDeps.androidJunit)
androidTestImplementation(TestDeps.androidEspresso)

implementation(platform(libs.firebasePlatform))
implementation(libs.firebaseAuth)
implementation(libs.playServices)

Expand Down
1 change: 1 addition & 0 deletions animeworld/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
implementation(libs.material)
implementation(androidx.constraintlayout.constraintlayout)
implementation(androidx.preference.preferenceKtx)
implementation(platform(libs.firebasePlatform))
implementation(libs.bundles.firebaseCrashLibs)
implementation(androidx.recyclerview.recyclerview)
testImplementation(TestDeps.junit)
Expand Down
1 change: 1 addition & 0 deletions animeworldtv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies {
implementation(libs.androidxLegacySupport)
implementation(libs.material)
implementation(libs.constraintlayout)
implementation(platform(libs.firebasePlatform))
implementation(libs.bundles.firebaseCrashLibs)
implementation(libs.firebaseAuth)
implementation(libs.playServices)
Expand Down
15 changes: 8 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ compose3CommonVersion = "1.0.0-alpha01"
compose3AdaptiveVersion = "1.1.0-alpha02"
composeBomVersion = "2024.09.00-alpha"
materialKolor = "1.7.0"
firebaseKtx = "0.2.0"

### MangaWorld
piasy = "1.8.1"
Expand Down Expand Up @@ -193,8 +194,6 @@ iconicsCore = "com.mikepenz:iconics-core:5.5.0-compose01"

androidxLegacySupport = "androidx.legacy:legacy-support-v4:1.0.0"

firebaseAuth = "com.google.firebase:firebase-auth:22.3.1"

pagingCompose = { module = "androidx.paging:paging-compose", version.ref = "pagingVersion" }

fileChooser = "com.github.hedzr:android-file-chooser:1.2.0"
Expand All @@ -214,10 +213,6 @@ datastorePref = "androidx.datastore:datastore-preferences:1.1.1"

jsoup = "org.jsoup:jsoup:1.18.1"

crashlytics = "com.google.firebase:firebase-crashlytics:18.6.4"
analytics = "com.google.firebase:firebase-analytics:21.6.2"
playServices = "com.google.android.gms:play-services-auth:21.2.0"

preference = "androidx.preference:preference-ktx:1.2.1"

recyclerview = "androidx.recyclerview:recyclerview:1.3.2"
Expand Down Expand Up @@ -302,10 +297,16 @@ androidxWebkit = "androidx.webkit:webkit:1.11.0"

mlkitTranslate = "com.google.mlkit:translate:17.0.3"
mlkitLanguage = "com.google.mlkit:language-id:17.0.6"
firebasePlatform = "com.google.firebase:firebase-bom:33.2.0"
firebasePlatform = "com.google.firebase:firebase-bom:33.3.0"
firebaseDatabase = { group = "com.google.firebase", name = "firebase-database" }
firebaseFirestore = { group = "com.google.firebase", name = "firebase-firestore" }
firebaseAuth = { group = "com.google.firebase", name = "firebase-auth" }
crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics" }
analytics = { group = "com.google.firebase", name = "firebase-analytics" }
firebaseUiAuth = "com.firebaseui:firebase-ui-auth:8.0.2"
playServices = "com.google.android.gms:play-services-auth:21.2.0"

firebase-database-ktx = { module = "com.github.skydoves:firebase-database-ktx", version.ref = "firebaseKtx" }

protobufJava = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobufVersion" }
protobufKotlin = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobufVersion" }
Expand Down
1 change: 1 addition & 0 deletions mangaworld/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
testImplementation(TestDeps.junit)
androidTestImplementation(TestDeps.androidJunit)
androidTestImplementation(TestDeps.androidEspresso)
implementation(platform(libs.firebasePlatform))
implementation(libs.bundles.firebaseCrashLibs)

implementation(libs.fileChooser)
Expand Down
1 change: 1 addition & 0 deletions novelworld/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {
implementation(libs.bundles.roomLibs)
ksp(libs.roomCompiler)

implementation(platform(libs.firebasePlatform))
implementation(libs.bundles.firebaseCrashLibs)
val composeBom = platform(libs.composePlatform)
implementation(composeBom)
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ dependencyResolutionManagement {
//TODO: Remove current ones and replace with this!
versionCatalogs {
create("androidx") {
from("androidx.gradle:gradle-version-catalog:2024.08.01")
from("androidx.gradle:gradle-version-catalog:2024.09.00")
}
}
}

plugins {
id("com.gradle.develocity") version ("3.17.5")
id("com.gradle.develocity") version ("3.18.1")
}

develocity {
Expand Down
1 change: 1 addition & 0 deletions sharedutils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
fullImplementation(libs.firebaseUiAuth)
fullImplementation(libs.playServices)
fullImplementation(libs.coroutinesPlayServices)
fullImplementation(libs.firebase.database.ktx)

implementation(libs.coroutinesCore)
implementation(libs.coroutinesAndroid)
Expand Down

0 comments on commit 432e7e7

Please sign in to comment.