Skip to content

Commit

Permalink
Merge pull request #146 from BCSDLab/feature/#140-auth-kakao
Browse files Browse the repository at this point in the history
[BUG] 카카오 SDK 난독화 설정 및 구글 & 네이버 아이콘 비활성화
  • Loading branch information
wnehdals authored Jan 25, 2024
2 parents 7283a1b + 04efa3f commit 628a8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
-keep class com.kakao.sdk.**.model.* { <fields>; }
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_social_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
android:text="@string/google_login"
android:textAlignment="textStart"
android:textColor="@color/black"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/button_naver_login"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
Expand All @@ -67,6 +68,7 @@
android:text="@string/naver_login"
android:textAlignment="textStart"
android:textColor="@color/white"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/button_kakao_login"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
Expand Down

0 comments on commit 628a8e3

Please sign in to comment.