Skip to content

Commit

Permalink
[FIX] #7 - proguard-rules.pro 내용을 feature:home만 남기고 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jung0115 committed Jul 8, 2024
1 parent e9e623e commit d98c335
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 25 deletions.
6 changes: 1 addition & 5 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile
5 changes: 1 addition & 4 deletions core/common-ui/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile
5 changes: 1 addition & 4 deletions core/data/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile
5 changes: 1 addition & 4 deletions feature/around/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile
5 changes: 1 addition & 4 deletions feature/mypage/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile
5 changes: 1 addition & 4 deletions feature/shopping/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemListLoadingBinding
-dontwarn com.swmarastro.mykkumi.common_ui.databinding.ItemPostWriterBinding
-dontwarn com.swmarastro.mykkumi.common_ui.post.PostImageIndicator
#-renamesourcefileattribute SourceFile

0 comments on commit d98c335

Please sign in to comment.