mirror of
https://github.com/bitwarden/android.git
synced 2026-08-01 03:05:47 -05:00
deps: Update to gradle v9.6.1 (#7122)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
# To regenerate this file, run: ./gradlew dependencies --write-locks
|
||||
androidx.databinding:databinding-common:9.2.1=classpath
|
||||
androidx.databinding:databinding-compiler-common:9.2.1=classpath
|
||||
androidx.room:androidx.room.gradle.plugin:2.8.4=classpath
|
||||
@@ -117,10 +118,10 @@ org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-native-utils:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-reflect:2.3.20=classpath
|
||||
org.jetbrains.kotlin:kotlin-reflect:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.10=classpath
|
||||
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.10=classpath
|
||||
org.jetbrains.kotlin:kotlin-stdlib:2.3.20=classpath
|
||||
org.jetbrains.kotlin:kotlin-stdlib:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-tooling-core:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-util-io:2.3.21=classpath
|
||||
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.3.21=classpath
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
# To regenerate this file, run: ./gradlew :dependencies --write-locks
|
||||
com.pinterest.ktlint:ktlint-cli-ruleset-core:0.50.0=detektPlugins
|
||||
com.pinterest.ktlint:ktlint-logger:0.50.0=detektPlugins
|
||||
com.pinterest.ktlint:ktlint-rule-engine-core:0.50.0=detektPlugins
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||
distributionSha256Sum=9c0f7faeeb306cb14e4279a3e084ca6b596894089a0638e68a07c945a32c9e14
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
|
||||
networkTimeout=10000
|
||||
retries=0
|
||||
retryBackOffMs=500
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# Gradle start up script for POSIX generated by Gradle.
|
||||
# gradlew start up script for POSIX generated by Gradle.
|
||||
#
|
||||
# Important for running:
|
||||
#
|
||||
@@ -29,7 +29,7 @@
|
||||
# bash, then to run this script, type that shell name before the whole
|
||||
# command line, like:
|
||||
#
|
||||
# ksh Gradle
|
||||
# ksh gradlew
|
||||
#
|
||||
# Busybox and similar reduced shells will NOT work, because this script
|
||||
# requires all of these POSIX shell features:
|
||||
|
||||
Vendored
+2
-2
@@ -19,7 +19,7 @@
|
||||
@if "%DEBUG%"=="" @echo off
|
||||
@rem ##########################################################################
|
||||
@rem
|
||||
@rem Gradle startup script for Windows
|
||||
@rem gradlew startup script for Windows
|
||||
@rem
|
||||
@rem ##########################################################################
|
||||
|
||||
@@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2
|
||||
|
||||
|
||||
|
||||
@rem Execute Gradle
|
||||
@rem Execute gradlew
|
||||
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded
|
||||
@rem which allows us to clear the local environment before executing the java command
|
||||
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
# To regenerate this file, run: ./gradlew dependencies --write-locks
|
||||
empty=incomingCatalogForLibs0
|
||||
|
||||
Reference in New Issue
Block a user