Skip to content

Commit

Permalink
New Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMavrick committed Nov 30, 2024
1 parent 506a71c commit 3dadf76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "com.bitmavrick.lumolight"
minSdk = 24
targetSdk = 35
versionCode = 18
versionName = "2.2.2"
versionCode = 19
versionName = "2.2.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fun Lumolight(
SosScreen(
sosViewModel = sosViewModel,
onExitClick = {
quickActionUiEvent(QuickActionUiEvent.StopStartButton)
navController.navigateUp()
}
)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.10.01"
composeBom = "2024.11.00"
lifecycleViewmodelCompose = "2.8.7"
navigationCompose = "2.8.3"
navigationCompose = "2.8.4"
review = "2.0.2"
reviewKtx = "2.0.2"

Expand Down

0 comments on commit 3dadf76

Please sign in to comment.