Skip to content

Commit

Permalink
Merge pull request #279 from Team-B1ND/hotfix/s/278-invalid-release-s…
Browse files Browse the repository at this point in the history
…tudent

[Student] Hotfix 3.4.2
  • Loading branch information
8954sood authored Dec 25, 2024
2 parents 0e2c2f0 + 5b676f2 commit 96c64e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fun DodamApp(
},
)
settingScreen(
versionInfo = "3.4.0",
versionInfo = "3.4.2",
popBackStack = navController::popBackStack,
logout = logout,
navigationToEditMemberInfo = { profileImage, name, email, phone ->
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ coilVersion = "2.7.0"
compileSdk = "34"
minSdk = "28"
targetSdk = "34"
appVersion = "3.4.1"
versionCode = "10"
appVersion = "3.4.2"
versionCode = "11"

# kotlin
kotlin = "2.0.0"
Expand Down

0 comments on commit 96c64e3

Please sign in to comment.