You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AGP(Android Gradle Plugin) 은 기존 Gradle 기능을 확장하여 안드로이드 프로젝트 빌드, 테스트, 배포와 같은 기능을 할 수 있도록 돕는 플러그인입니다. 최근 프로젝트에서 AGP를 활용해 R8 컴파일러를 적용하여 ProGuard로 난독화 및 앱 크기 최적화를 수행했고,
buildVariant를 통해 QA,Release,UT 버전을 분리해 사용자 분석 및 에러 모니터링을 한 경험이 있습니다.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
AGP(Android Gradle Plugin) 은 기존 Gradle 기능을 확장하여 안드로이드 프로젝트 빌드, 테스트, 배포와 같은 기능을 할 수 있도록 돕는 플러그인입니다. 최근 프로젝트에서 AGP를 활용해 R8 컴파일러를 적용하여 ProGuard로 난독화 및 앱 크기 최적화를 수행했고,
buildVariant를 통해 QA,Release,UT 버전을 분리해 사용자 분석 및 에러 모니터링을 한 경험이 있습니다.
Beta Was this translation helpful? Give feedback.
All reactions