Skip to content

Commit 9fa3029

Browse files
committed
💚 미들네임 변경
1 parent 6d1d395 commit 9fa3029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JDS-component/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
namespace = "com.example.jds_component"
7+
namespace = "com.jusiCool.jds_component"
88
compileSdk = 34
99

1010
defaultConfig {

JDS-component/src/main/java/com/jusiCool/jds_component/typography/JDSTypography.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import androidx.compose.ui.text.font.FontFamily
77
import androidx.compose.ui.text.font.FontWeight
88
import androidx.compose.ui.text.style.TextAlign
99
import androidx.compose.ui.unit.sp
10-
import com.example.jds_component.R
10+
import com.jusiCool.jds_component.R
1111

1212
val pretendard = FontFamily(
1313
Font(R.font.pretendard),

0 commit comments

Comments
 (0)