Skip to content

Commit

Permalink
chore(wrapper): update dependencies-minor-patch-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 944f4c9 commit 1b7805a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
38 changes: 19 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ 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.9.1"
androidx-compose-compiler = "1.5.14"
androidx-hilt = "1.2.0"
androidx-lifecycle = "2.8.1"
androidx-lifecycle = "2.8.4"
androidx-navigation = "2.7.7"
androidx-test = "1.5.0"
androidx-testEspresso = "3.5.1"
androidx-workManager = "2.9.0"
coil = "2.6.0"
androidx-test = "1.6.1"
androidx-testEspresso = "3.6.1"
androidx-workManager = "2.9.1"
coil = "2.7.0"
google-accompanist = "0.34.0"
google-dagger = "2.51.1"
google-dagger = "2.52"
google-glance-tooling = "0.2.2"
#check java-sdk to have updated compoileOptions and kotlinOptions when kotlin is updated
kotlin = "1.9.24"
Expand All @@ -29,22 +29,22 @@ 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-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"
plugin-kotlinter = "4.4.1"
plugin-playPublisher = "3.10.1"
square-moshi = "1.15.1"
square-okhttp = "4.12.0"
square-retrofit = "2.11.0"
square-sqlDelight = "1.5.5"
compose-BOM = "2024.05.00"
compose-BOM = "2024.06.00"
constraintLayoutCommpose = "1.0.1"

# new
core-ktx = "1.13.1"
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 @@ -102,7 +102,7 @@ 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-glance-glanceAppwidget = "androidx.glance:glance-appwidget:1.1.0"
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,10 +124,10 @@ 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.1"
androidx-testOrchestrator = "androidx.test:orchestrator:1.5.0"
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.1"
androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
androidx-webkit = "androidx.webkit:webkit:1.11.0"
androidx-workRuntime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-workManager" }
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.1.2"
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:18.2.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.13"
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 Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down

0 comments on commit 1b7805a

Please sign in to comment.