Skip to content

Commit 316758e

Browse files
authored
1.9.2+37 (#12)
Update dependencies: - Kotlin 2.2.20 → 2.2.21 - Compose BOM 2025.10.00 → 2025.10.01 - KSP 2.2.20-2.0.4 → 2.2.21-2.0.4 - Gradle 9.1.0 → 9.2.0 Also, add GH workflow step for checking dependency updates
1 parent 0520861 commit 316758e

9 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
disable-animations: false
5656
script: echo "Generated AVD snapshot for caching."
5757

58+
- name: Check for dependency updates
59+
run: |
60+
./gradlew dependencyUpdates --refresh-dependencies --no-parallel
61+
5862
- name: run tests
5963
uses: reactivecircus/android-emulator-runner@v2
6064
with:
@@ -65,7 +69,7 @@ jobs:
6569
force-avd-creation: false
6670
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
6771
disable-animations: true
68-
script: ./gradlew clean build connectedCheck
72+
script: ./gradlew build connectedCheck
6973

7074
- name: Check Android ELF Alignment
7175
uses: Dermochelys/check-android-elf-alignment@v2

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
// For this app and its simple needs, no fancier version code scheme is needed.
2323
// Just monotonically increase and follow SemVer for the versionName.
2424
versionCode = 36
25-
versionName = "1.9.1+36"
25+
versionName = "1.9.2+37"
2626

2727
// 2025-07-15 Specify NDK version as workaround: https://issuetracker.google.com/issues/237187538
2828
ndkVersion = "29.0.14206865"

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.13.0"
33

4-
kotlin = "2.2.20"
4+
kotlin = "2.2.21"
55

66
core = "1.17.0"
77
coreKtx = "1.17.0"
@@ -15,11 +15,11 @@ navigation = "2.9.5"
1515
datastorePreferences = "1.1.7"
1616
tvMaterial = "1.0.1"
1717
tvFoundation = "1.0.0-alpha12"
18-
composeBom = "2025.10.00"
18+
composeBom = "2025.10.01"
1919
activityCompose = "1.11.0"
2020
gradleVersionsPlugin = "0.53.0"
2121
hilt = "2.57.2"
22-
ksp = "2.2.20-2.0.4"
22+
ksp = "2.2.21-2.0.4"
2323

2424
mockk = "1.14.6"
2525
kotlinxCoroutinesTest = "1.10.2"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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-9.1.0-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
4.83 MB
Binary file not shown.

release/apk/app-release.apk

-242 Bytes
Binary file not shown.
29 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

release/apk/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"filters": [],
1313
"attributes": [],
1414
"versionCode": 36,
15-
"versionName": "1.9.1+36",
15+
"versionName": "1.9.2+37",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

0 commit comments

Comments
 (0)