Skip to content

Commit

Permalink
fix(wrapper): update dependencies-minor-patch-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fsanchezdev committed Jan 30, 2025
1 parent 5fc21bb commit 4213a98
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@ nameSpaceData = "com.fsanchezdev.androidcomposeapp.datalayer"
nameSpaceDomain = "com.fsanchezdev.androidcomposeapp.domainlayer" #not used yet
nameSpacePresentation = "com.fsanchezdev.androidcomposeapp.presentationlayer"

androidx-activity = "1.9.0"
androidx-activity = "1.10.0"
androidx-compose-compiler = "1.5.14"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.8.1"
androidx-navigation = "2.7.7"
androidx-test = "1.5.0"
androidx-testEspresso = "3.5.1"
androidx-workManager = "2.9.0"
coil = "2.6.0"
google-accompanist = "0.34.0"
google-dagger = "2.51.1"
androidx-lifecycle = "2.8.7"
androidx-navigation = "2.8.6"
androidx-test = "1.6.1"
androidx-testEspresso = "3.6.1"
androidx-workManager = "2.10.0"
coil = "2.7.0"
google-accompanist = "0.36.0"
google-dagger = "2.55"
google-glance-tooling = "0.2.2"
#check java-sdk to have updated compoileOptions and kotlinOptions when kotlin is updated
kotlin = "1.9.24"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.3"
plugin-android = "8.4.1"
plugin-dependencyUpdates = "0.51.0"
plugin-google-firebase-appDistribution = "5.0.0"
plugin-google-firebase-crashlytics = "3.0.1"
plugin-dependencyUpdates = "0.52.0"
plugin-google-firebase-appDistribution = "5.1.0"
plugin-google-firebase-crashlytics = "3.0.2"
plugin-google-ksp = "1.9.24-1.0.20"
plugin-google-services = "4.4.2"
plugin-kotlinter = "4.3.0"
plugin-playPublisher = "3.9.1"
square-moshi = "1.15.1"
plugin-kotlinter = "4.5.0"
plugin-playPublisher = "3.12.1"
square-moshi = "1.15.2"
square-okhttp = "4.12.0"
square-retrofit = "2.11.0"
square-sqlDelight = "1.5.5"
compose-BOM = "2024.05.00"
constraintLayoutCommpose = "1.0.1"
compose-BOM = "2024.12.01"
constraintLayoutCommpose = "1.1.0"

# new
core-ktx = "1.13.1"
core-ktx = "1.15.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
androidx-test-ext-junit = "1.2.1"
appcompat = "1.7.0"
material = "1.9.0"

Expand Down Expand Up @@ -101,8 +101,8 @@ core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
androidx-coreGoogleShortcuts = "androidx.core:core-google-shortcuts:1.1.0"
androidx-coreSplashscreen = "androidx.core:core-splashscreen:1.0.1"
androidx-coreTesting = "androidx.arch.core:core-testing:2.2.0"
androidx-datastore = "androidx.datastore:datastore:1.1.1"
androidx-glance-glanceAppwidget = "androidx.glance:glance-appwidget:1.0.0"
androidx-datastore = "androidx.datastore:datastore:1.1.2"
androidx-glance-glanceAppwidget = "androidx.glance:glance-appwidget:1.1.1"
androidx-hiltCompiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
androidx-hiltNav = { module = "androidx.hilt:hilt-navigation", version.ref = "androidx-hilt" }
androidx-hiltNavCompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
Expand All @@ -124,12 +124,12 @@ androidx-testEspressoContrib = { module = "androidx.test.espresso:espresso-contr
androidx-testEspressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-testEspresso" }
androidx-testExtJunit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
androidx-testExtTruth = { module = "androidx.test.ext:truth", version.ref = "androidx-test" }
androidx-testMonitor = "androidx.test:monitor:1.6.1"
androidx-testOrchestrator = "androidx.test:orchestrator:1.4.2"
androidx-testMonitor = "androidx.test:monitor:1.7.2"
androidx-testOrchestrator = "androidx.test:orchestrator:1.5.1"
androidx-testRules = { module = "androidx.test:rules", version.ref = "androidx-test" }
androidx-testRunner = "androidx.test:runner:1.5.2"
androidx-testRunner = "androidx.test:runner:1.6.2"
androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
androidx-webkit = "androidx.webkit:webkit:1.11.0"
androidx-webkit = "androidx.webkit:webkit:1.12.1"
androidx-workRuntime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-workManager" }
androidx-workTesting = { module = "androidx.work:work-testing", version.ref = "androidx-workManager" }
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
Expand All @@ -153,15 +153,15 @@ google-daggerHiltCompiler = { module = "com.google.dagger:hilt-compiler", versio
google-daggerHiltCore = { module = "com.google.dagger:hilt-core", version.ref = "google-dagger" }
google-daggerHiltTesting = { module = "com.google.dagger:hilt-android-testing", version.ref = "google-dagger" }
google-firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
google-firebase-bom = "com.google.firebase:firebase-bom:33.1.0"
google-firebase-bom = "com.google.firebase:firebase-bom:33.8.0"
google-firebase-config = { module = "com.google.firebase:firebase-config-ktx" }
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
google-firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }
google-glance-appwidgetHost = { module = "com.google.android.glance.tools:appwidget-host", version.ref = "google-glance-tooling" }
google-glance-appwidgetViewer = { module = "com.google.android.glance.tools:appwidget-viewer", version.ref = "google-glance-tooling" }
google-play-location = "com.google.android.gms:play-services-location:21.3.0"
google-play-maps = "com.google.android.gms:play-services-maps:19.0.0"
google-play-mapsKtx = "com.google.maps.android:maps-ktx:5.0.0"
google-play-mapsKtx = "com.google.maps.android:maps-ktx:5.1.1"
inject = "javax.inject:javax.inject:1"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Expand All @@ -187,7 +187,7 @@ plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serializat
plugin-kotlinter = { module = "org.jmailen.gradle:kotlinter-gradle", version.ref = "plugin-kotlinter" }
plugin-playPublisher = { module = "com.github.triplet.gradle:play-publisher", version.ref = "plugin-playPublisher" }
plugin-square-sqldelight = { module = "com.squareup.sqldelight:gradle-plugin", version.ref = "square-sqlDelight" }
robolectric = "org.robolectric:robolectric:4.12.2"
robolectric = "org.robolectric:robolectric:4.14.1"
square-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
square-moshi = { module = "com.squareup.moshi:moshi", version.ref = "square-moshi" }
square-moshiAdapters = { module = "com.squareup.moshi:moshi-adapters", version.ref = "square-moshi" }
Expand All @@ -197,13 +197,13 @@ square-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "square-
square-okhttpBrotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "square-okhttp" }
square-okhttpLoggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "square-okhttp" }
square-okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "square-okhttp" }
square-okio = "com.squareup.okio:okio:3.9.0"
square-okio = "com.squareup.okio:okio:3.10.2"
square-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "square-retrofit" }
square-retrofitConverterMoshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "square-retrofit" }
square-sqlDelightAndroid = { module = "com.squareup.sqldelight:android-driver", version.ref = "square-sqlDelight" }
square-sqlDelightCoroutines = { module = "com.squareup.sqldelight:coroutines-extensions", version.ref = "square-sqlDelight" }
square-sqlDelightJvm = { module = "com.squareup.sqldelight:sqlite-driver", version.ref = "square-sqlDelight" }
square-turbine = "app.cash.turbine:turbine:1.1.0"
square-turbine = "app.cash.turbine:turbine:1.2.0"

#material = { group = "com.google.android.material", name = "material", version.ref = "material" }

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4213a98

Please sign in to comment.