2020. 4. 20.

Android Gradle dependency, conflict / 그래들 의존성 검사 및 충돌 해결방법

안드로이드에서 사용되는 라이브러리의 버전 확인 및 충돌해결방법

원본: 


검사
- gradlew app:dependencies


해결
- 버전지정: implementation "org.hamcrest:hamcrest:버전명"
- 모듈제외: implementation("org.hamcrest:hamcrest:버전명") { exclude group: "org.hamcrest", module: 'hamcrest' }
- 해결방법지정: android{ configurations.all{ exclude group: 'org.hamcreset', module: 'hamcrest' resolutionStrategy{ forcedModules = ['asm:asm-all:3.3.1'] } } }

댓글 없음:

댓글 쓰기

[다자녀할인] 2자녀 이상 모든 공항 주차장 50% 할인받기 (둘 중 한명은 15세 이하)

다자녀 기준이 2명으로 완화되면서 자녀가 2명만 되어도 공영주차장 50%(지역에 따라 30%인 곳 도 있음) 할인이 가능하고, 전국의 공항주차장도 50% 할인이 가능하다. "다둥이카드" 나 "경기 I Plus 카드"...