Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

BuzzAd Android용 SDK v3.5.x는 compileSdkVersiontargetSdkVersion 31을 지원합니다.

성공적인 앱 빌드를 위해 모듈 레벨의 build.gradle 파일에서 compileSdkVersiontargetSdkVersion31로 업데이트하세요.

android {
    compileSdkVersion 31

    defaultConfig {
        targetSdkVersion 31
    }
}

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

  • No labels