Skip to content

Commit

Permalink
[FEAT/#294] version update 1.1.5 -> 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Oct 22, 2024
1 parent 65a1fff commit dbad766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ fun SearchProcessScreen(
intern = internSearchResultData[index],
navigateToIntern = navigateToIntern,
onScrapButtonClicked = {

with(internSearchResultData[index]) {
onScrapButtonClicked(this)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
compileSdk = "34"
minSdk = "28"
targetSdk = "34"
versionName = "1.1.5"
versionCode = "10105"
versionName = "1.1.6"
versionCode = "10106"
kotlinCompilerExtensionVersion = "1.5.0"
jvmTarget = "1.8"

Expand Down

0 comments on commit dbad766

Please sign in to comment.