File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 run : ./gradlew :library:lintDebug :demo:lintStandardDebug
4848
4949 - name : Upload SARIF for library
50- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
50+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5151 with :
5252 sarif_file : library/build/reports/lint-results.sarif
5353 category : library
5454
5555 - name : Upload SARIF for demo
56- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
56+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5757 with :
5858 sarif_file : demo/build/reports/lint-results.sarif
5959 category : demo
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ targetSdk = "37"
1212
1313# --- Core Android & Kotlin ---
1414# Foundational versions for Android app development and Kotlin language features.
15- appcompat = " 1.7.1 "
15+ appcompat = " 1.8.0 "
1616core-ktx = " 1.19.0"
1717kotlin = " 2.4.10"
1818kotlinx-coroutines = " 1.11.0"
@@ -27,7 +27,7 @@ startup-runtime = "1.2.0"
2727# Versions for Jetpack Compose, Android's modern UI toolkit.
2828# The Compose BOM (Bill of Materials) coordinates versions of all Compose libraries.
2929activity-compose = " 1.13.0"
30- compose-bom = " 2026.06.01 "
30+ compose-bom = " 2026.08.00 "
3131
3232# --- Google Services (Maps) ---
3333# Versions for Google Play Services libraries essential for map functionality.
@@ -62,7 +62,7 @@ dokka-gradle-plugin = "2.2.0"
6262gradle = " 9.3.1"
6363gradleMavenPublishPlugin = " 0.37.0"
6464secrets-gradle-plugin = " 2.0.1"
65- serialization = " 1.0.1 "
65+ serialization = " 1.0.2 "
6666
6767
6868[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.7.0 -bin.zip
44networkTimeout =10000
55retries =0
66retryBackOffMs =500
You can’t perform that action at this time.
0 commit comments