Skip to content

Commit

Permalink
chore: Edit Version Name
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Sep 20, 2024
1 parent fe57d3a commit cfd1316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dodam-teacher-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "3.0.0"

}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fun DodamTeacherApp(exit: () -> Unit, viewModel: DodamTeacherAppViewModel = koin
settingScreen(
popBackStack = navHostController::popBackStack,
logout = exit,
versionInfo = "3.2.0",
versionInfo = "3.0.0",
)
}

Expand Down

0 comments on commit cfd1316

Please sign in to comment.