Skip to content

Commit

Permalink
[MERGE] #283-> develop
Browse files Browse the repository at this point in the history
[FIX/#283] ๋ฆด๋ฆฌ์ฆˆ ๋งˆ์ง€๋ง‰ ์ž‘์—…
  • Loading branch information
leeeyubin authored Oct 7, 2024
2 parents a09f74a + d28a998 commit 75a5736
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 @@ -51,6 +51,7 @@ fun InternCompanyInfo(
color = Grey150,
shape = RoundedCornerShape(size = 20.dp)
)
.clip(RoundedCornerShape(size = 20.dp))
) {
AsyncImage(
model = ImageRequest.Builder(LocalContext.current)
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.2"
versionCode = "10102"
versionName = "1.1.4"
versionCode = "10104"
kotlinCompilerExtensionVersion = "1.5.0"
jvmTarget = "1.8"

Expand Down

0 comments on commit 75a5736

Please sign in to comment.