Skip to content

Commit

Permalink
Merge pull request #82 from NordicPlayground/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
philips77 authored Mar 6, 2024
2 parents fd53ec1 + 495d7a2 commit ee71811
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
androidDesugarJdkLibs = "2.0.4"
androidGradlePlugin = "8.2.2"
androidGradlePlugin = "8.3.0"
androidxActivity = "1.8.2"
androidxAnnotation = "1.7.1"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2024.02.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeBom = "2024.02.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeCompiler = "1.5.8" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.0.0"
androidxEspresso = "3.5.1"
androidxHiltNavigationCompose = "1.1.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.7.0"
androidxMacroBenchmark = "1.2.3"
androidxNavigation = "2.7.7"
Expand All @@ -24,30 +24,30 @@ androidxTestExt = "1.1.5"
androidxTestRunner = "1.5.2"
androidxTestRules = "1.5.0"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.2.0"
androidxUiAutomator = "2.3.0"
androidxWork = "2.9.0"
firebaseBom = "32.7.2"
hilt = "2.50"
hiltExt = "1.1.0"
firebaseBom = "32.7.3"
hilt = "2.51"
hiltExt = "1.2.0"
junit4 = "4.13.2"
kotlin = "1.9.22"
kotlinxCoroutines = "1.8.0"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.3"
ksp = "1.9.22-1.0.18"
lint = "31.2.2"
lint = "31.3.0"
publishPlugin = "1.2.1"
markdown = "0.4.1"
leakcanary = "2.13"
mockk = "1.13.9"
slf4j = "1.7.36" # don't update
mockk = "1.13.10"
slf4j = "2.0.12" # don't update
robolectric = "4.11.1"
material3 = "1.2.0"
material = "1.6.1"
material = "1.6.2"

nordic-log = "2.3.0"
nordicPlugins = "1.11.1"
dokkaPlugin = "1.9.10"
dokkaPlugin = "1.9.20"
googleServicesPlugins = "4.4.1"
firebaseCrashlyticsPlugins = "2.9.9"

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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down

0 comments on commit ee71811

Please sign in to comment.