We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1d395 commit 9fa3029Copy full SHA for 9fa3029
JDS-component/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
android {
7
- namespace = "com.example.jds_component"
+ namespace = "com.jusiCool.jds_component"
8
compileSdk = 34
9
10
defaultConfig {
JDS-component/src/main/java/com/jusiCool/jds_component/typography/JDSTypography.kt
@@ -7,7 +7,7 @@ import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.sp
-import com.example.jds_component.R
+import com.jusiCool.jds_component.R
11
12
val pretendard = FontFamily(
13
Font(R.font.pretendard),
0 commit comments