-
Notifications
You must be signed in to change notification settings - Fork 72
12월 모바일 블로그 포스팅 #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
12월 모바일 블로그 포스팅 #256
Conversation
| Gradle에서 서명을 구성하기 위해서, `build.gradle` 파일을 수정하여 `.properties` 파일로부터 `keystore` 정보를 가져올 수 있도록 한다. | ||
|
|
||
| ``` | ||
| * keystore: 인증서 & 암호화에 사용되는 보안 인증서(개인키 등등)를 저장하는 공간이다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어미 통일을 시키는 건 어떨까요?
e.g. 저장하는 공간이다. -> 저장하는 공간
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵!
| Gradle에서 `ProGuard`를 구성하기 위해, `build.gradle` 파일을 수정하여 Release Build 할 때 `ProGuard`의 규칙이 적용되도록 한다. | ||
|
|
||
| ``` | ||
| * ProGard: 자바 코드를 최적화하고 난독화하는 도구이다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오타 수정 부탁드립니다. (ProGard -> ProGuard)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗..
iju1633
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
android와 ios의 배포 방법을 모두 설명해주셔서 비교도 되고 좋았습니다 :)
흥미롭게 읽었어요 !!
|
|
||
| ``` | ||
| * ProGard: 자바 코드를 최적화하고 난독화하는 도구이다. | ||
| * ProGaurd: 자바 코드를 최적화하고 난독화하는 도구 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗.. 다시 오타가 있습니다..! ProGaurd -> ProGuard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗 ㅋㅋㅋ 수정하겠습니다
No description provided.