Skip to content

Commit

Permalink
renovate: update minor-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent fa4754a commit cdb2bfe
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 33 deletions.
40 changes: 20 additions & 20 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# Shared
kotlin = "1.9.24" # Always check https://developer.android.com/jetpack/androidx/releases/compose-kotlin for compose version compatibility
ksp = "1.9.24-1.0.20" # First part must match the kotlin version
kermit = "2.0.3"
kermit = "2.0.4"
koin = "3.5.6"
orbitMvi = "8.0.0"
mokoMvvm = "0.16.1"
ktor = "2.3.11"
mokoPermissions = "0.18.0"
settings = "1.1.1"
settings = "1.2.0"
realm = "1.16.0"
detekt = "1.23.6"
kotlinx-serialization-json = "1.6.3"
kotlinx-datetime = "0.6.0"
buildkonfig = "0.15.1"
skie = "0.8.2"
detekt = "1.23.7"
kotlinx-serialization-json = "1.7.3"
kotlinx-datetime = "0.6.1"
buildkonfig = "0.15.2"
skie = "0.9.3"
kmmbridge = "0.5.5"
kmmresources = "1.0.0-alpha11"

Expand All @@ -23,21 +23,21 @@ android-minSdk = "26"
android-targetSdk = "34"
android-compileSdk = "34"
android-buildTools = "34.0.0"
android-gradle = "8.4.0"
android-gradle = "8.7.1"
android-camera = "1.3.4"
android-desugar = "2.0.4"
androidx-lifecycle = "2.7.0"
androidx-appcompat = "1.6.1"
androidx-compose = "2024.06.00"
androidx-compose-compiler = "1.5.14"
androidx-compose-activity = "1.9.0"
compose-destinations = "1.10.2"
play-publisher = "3.9.1"
accompanistPermissions = "0.34.0"
android-desugar = "2.1.2"
androidx-lifecycle = "2.8.6"
androidx-appcompat = "1.7.0"
androidx-compose = "2024.10.00"
androidx-compose-compiler = "1.5.15"
androidx-compose-activity = "1.9.3"
compose-destinations = "1.11.7"
play-publisher = "3.11.0"
accompanistPermissions = "0.36.0"
koinCompose = "3.5.6"
appUpdate = "2.1.0"
barcodeScanning = "17.2.0"
stripe = "3.5.0"
barcodeScanning = "17.3.0"
stripe = "3.10.0"
playServicesLocation = "21.3.0"

[libraries]
Expand All @@ -58,7 +58,7 @@ androidx-compose-ui-core = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-compose-material3-core = { module = "androidx.compose.material3:material3", version = "1.3.0-beta03" }
androidx-compose-material3-core = { module = "androidx.compose.material3:material3", version = "1.3.0" }
androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core" }
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }

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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-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
22 changes: 12 additions & 10 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 Expand Up @@ -43,11 +45,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 +59,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 cdb2bfe

Please sign in to comment.