Skip to content

Commit 97a96cc

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | -------------- | ------------------------------------------------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.3.1 | v5.4.0 | | gradle-version | gradle | 8.12.1 | 8.13 | | maven | androidx.constraintlayout:constraintlayout | 2.2.0 | 2.2.1 | | maven | com.android.library:com.android.library.gradle.plugin | 8.8.1 | 8.8.2 | | maven | com.android.application:com.android.application.gradle.plugin | 8.8.1 | 8.8.2 |
1 parent 0301699 commit 97a96cc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v5.3.1
44+
uses: codecov/codecov-action@v5.4.0
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

Diff for: buildSrc/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
android-compile = "35"
3-
android-gradle = "8.8.1"
3+
android-gradle = "8.8.2"
44
android-min = "21"
55
android-target = "35"
66
androidx-appcompat = "1.7.0"
7-
androidx-constraintlayout = "2.2.0"
7+
androidx-constraintlayout = "2.2.1"
88
androidx-core-ktx = "1.15.0"
99
androidx-lifecycle = "2.8.7"
1010
androidx-material = "1.12.0"

Diff for: gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Diff for: gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)