BuzzAd Android v3.3.x 마이그레이션 가이드

성공적인 앱 빌드를 위해 프로젝트 레벨의 build.gradle 파일에서 compileSdkVersion을 '31'로 업데이트하세요.

// 프로젝트 레벨의 build.gradle android { compileSdkVersion 31 // ... 생략 }

compileSdkVersion이 ‘31'보다 낮은 경우, The minCompileSdk (31) specified in a
dependency's AAR metadata is greater than this module's compileSdkVersion (android-29) 오류가 발생하며 앱 빌드가 되지 않습니다.