Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 4761b56 commit 98db730
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
34 changes: 17 additions & 17 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
accompanist = "0.34.0"
androidDesugarJdkLibs = "2.0.4"
androidGradlePlugin = "8.5.0"
androidxActivity = "1.9.0"
androidxAnnotation = "1.8.0"
androidGradlePlugin = "8.5.1"
androidxActivity = "1.9.1"
androidxAnnotation = "1.8.1"
androidxAppCompat = "1.7.0"
androidxComposeBom = "2024.06.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeRuntimeTracing = "1.0.0-beta01"
Expand All @@ -12,7 +12,7 @@ androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.2"
androidxLifecycle = "2.8.4"
androidxLocalbroadcastmanager = "1.1.0"
androidxMacroBenchmark = "1.2.4"
androidxNavigation = "2.7.7"
Expand All @@ -27,8 +27,8 @@ androidxTestRules = "1.6.1"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.3.0"
androidxWork = "2.9.0"
coil = "2.6.0"
firebaseBom = "33.1.1"
coil = "2.7.0"
firebaseBom = "33.1.2"
hilt = "2.51.1"
hiltExt = "1.2.0"
junit4 = "4.13.2"
Expand All @@ -38,30 +38,30 @@ kotlinxDatetime = "0.6.0"
kotlinxSerializationJson = "1.7.1"
kotlinCompose = "1.6.11"
ksp = "2.0.0-1.0.22"
lint = "31.5.0"
lint = "31.5.1"
memfault-cloud = "2.0.5"
okhttp = "5.0.0-alpha.14"
protobuf = "4.27.2"
protobuf = "4.27.3"
protobufPlugin = "0.9.4"
publishPlugin = "1.2.1"
retrofit = "2.11.0"
room = "2.7.0-alpha04"
paging = "3.3.0"
room = "2.7.0-alpha05"
paging = "3.3.1"
secrets = "2.0.1"
turbine = "1.1.0"
markdown = "0.5.0" # https://github.com/jeziellago/compose-markdown/releases
wirePlugin = "4.9.9"
wirePlugin = "5.0.0"
timber = "5.0.1"
chart = "v3.1.0"
leakcanary = "2.14"
mockk = "1.13.11"
truth = "1.4.3"
mockk = "1.13.12"
truth = "1.4.4"
slf4j = "2.0.13"
slf4j-timber = "1.1"
robolectric = "4.12.2"
skydovesBallon = "1.6.5"
robolectric = "4.13"
skydovesBallon = "1.6.6"
moshi = "1.15.1"
material3 = "1.3.0-beta04"
material3 = "1.3.0-beta05"
material = "1.6.8"
koinCore = "3.5.6"
koinCompose = "1.1.5"
Expand All @@ -75,7 +75,7 @@ nordic-ble = "2.7.5"
nordic-dfu = "2.5.0"
nordic-log = "2.3.0"
nordic-data = "0.2.0"
nordic-wifi = "1.1.0"
nordic-wifi = "1.1.1"
nordic-mcumgr = "1.9.2"
nordic-scanner = "1.6.0"
nordic-common = "2.0.0"
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.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
7 changes: 5 additions & 2 deletions 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 @@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
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

0 comments on commit 98db730

Please sign in to comment.