Skip to content

Commit

Permalink
Bump sargon version to hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Oct 3, 2024
1 parent 4ab031c commit 2ef0e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {
minSdk rootProject.ext.minSdk
targetSdk rootProject.ext.targetSdk
versionCode 52
versionName "1.10.0"
versionName "1.10.1"
buildConfigField "boolean", "DEBUG_MODE", "true"
buildConfigField "boolean", "CRASH_REPORTING_AVAILABLE", "false"
buildConfigField "boolean", "EXPERIMENTAL_FEATURES_ENABLED", "true"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hiltNavigation = "1.2.0"
biometricKtx = "1.2.0-alpha05"
coilCompose = "2.6.0"
kotlinxSerialization = "1.6.2"
sargon = "1.1.19-9ac67686"
sargon = "1.1.20-88204d5b"
okhttpBom = "5.0.0-alpha.12"
retrofit = "2.11.0"
retrofitKoltinxConverter = "1.0.0"
Expand Down

0 comments on commit 2ef0e5b

Please sign in to comment.