Skip to content

Commit

Permalink
Merge pull request #822 from TeamHavit/release
Browse files Browse the repository at this point in the history
[RELEASE] v1.0.3 배포완료
  • Loading branch information
KxxHyoRim authored Mar 2, 2023
2 parents 01c9fe0 + 940a38c commit dcd77a1
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 302 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "org.sopt.havit"
minSdk 23
targetSdk 31
versionCode 102
versionName "1.0.1"
versionCode 103
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "HAVIT_BASE_URL_DEV", properties["HAVIT_BASE_URL_DEV"])
buildConfigField("String", "HAVIT_BASE_URL_PROD", properties["HAVIT_BASE_URL_PROD"])
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/java/org/sopt/havit/util/DialogOkUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class DialogOkUtil(private val dialogMode: Int, private val doAfterConfirm: () -
}

override fun onDestroyView() {
if (dialogMode == UNREGISTER) {
doAfterConfirm()
}
super.onDestroyView()
_binding = null
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
328 changes: 326 additions & 2 deletions app/src/main/res/layout/activity_setting.xml

Large diffs are not rendered by default.

316 changes: 18 additions & 298 deletions app/src/main/res/layout/fragment_home.xml

Large diffs are not rendered by default.

0 comments on commit dcd77a1

Please sign in to comment.