Skip to content
Draft
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: 📤 Upload APK as artifact
if: steps.check-build.outputs.build_apk == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: app-release.apk
path: app/build/outputs/apk/release/app-release.apk
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.compose)
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
id("com.ncorti.ktfmt.gradle") version "0.24.0"
id("com.google.devtools.ksp") version "2.3.2"
id("com.ncorti.ktfmt.gradle") version "0.25.0"
}

android {
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]
activityCompose = "1.11.0"
agp = "8.13.0"
agp = "8.13.1"
barcodeScanning = "17.3.0"
biometric = "1.1.0"
colorpickerCompose = "1.1.2"
composeBom = "2025.09.01"
composeBom = "2025.11.00"
composedBarcodes = "1.3.0"
coreKtx = "1.17.0"
coreSplashscreen = "1.0.1"
coreSplashscreen = "1.2.0"
datastorePreferences = "1.1.7"
espressoCore = "3.7.0"
junit = "4.13.2"
junitVersion = "1.3.0"
kotlin = "2.2.20"
kotlin = "2.2.21"
kotlinxSerializationJson = "1.9.0"
lifecycleRuntimeKtx = "2.9.4"
materialIconsExtended = "1.7.8"
navigationCompose = "2.9.5"
navigationCompose = "2.9.6"
playServicesCodeScanner = "16.1.0"
revealswipe = "3.0.0"
review = "2.0.2"
room = "2.8.1"
room = "2.8.3"

[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_CODE=46
VERSION_NAME=1.4.0
VERSION_CODE=49
VERSION_NAME=1.4.1-staging.3