애플리케이션에 광고 sdk가 있습니다가 뜹니다

캡처

해당 문구가 뜨네요… 현재 다음 지도에서 받은 libDaumMapAndroid.jar 사용 중 이며
dependencies {
//imported libs
implementation files(‘libs/libDaumMapAndroid.jar’)
implementation 'com.android.support:design:28.0.0’
implementation 'com.android.support:appcompat-v7:28.0.0’
implementation 'com.android.support:gridlayout-v7:28.0.0’
implementation 'com.android.support:cardview-v7:28.0.0’
implementation 'com.android.support:recyclerview-v7:28.0.0’
implementation 'com.android.support:support-v4:28.0.0’
implementation 'com.squareup.okhttp:okhttp:2.4.0’
implementation 'com.squareup.picasso:picasso:2.5.2’
implementation 'com.orhanobut:logger:1.9’
implementation 'com.makeramen:roundedimageview:2.1.0’
implementation 'com.readystatesoftware.systembartint:systembartint:1.0.3’
implementation 'com.afollestad.material-dialogs:core:0.8.6.2’
implementation 'com.nispok:snackbar:2.11.0’
implementation 'com.nineoldandroids:library:2.4.0’
implementation ‘uk.co.chrisjenx:calligraphy:2.2.0’
//retrofit http connection
implementation 'com.google.code.gson:gson:2.7’
implementation 'com.squareup.retrofit2:retrofit:2.1.0’
implementation ‘com.squareup.retrofit2:converter-gson:2.1.0’
//App Skin Changer
implementation 'skin.support:skin-support:3.1.1’
implementation 'skin.support:skin-support-design:3.1.1’
implementation 'skin.support:skin-support-cardview:3.1.1’
implementation ‘skin.support:skin-support-constraint-layout:3.1.1’
//GIF
implementation ‘com.github.bumptech.glide:glide:3.7.0’
//menu
implementation ‘com.leinardi.android:speed-dial:2.0.0’
//google map
implementation 'com.google.android.gms:play-services-maps:16.1.0’
implementation ‘com.google.android.gms:play-services-location:16.0.0’
}
이렇게 사용 중 입니다. 앱에 다른 광고를 넣은 적두 없구요… 뜨는 이유가 뭘까요…?

케이스 별로 좀 다른 것 같은데요
유사 케이스 문의글 참고하세요.

dependencies 에 쓴걸 보시면 아시겠지만… Firebase 관련해서 선언한 부분 일체 없습니다…

[dalgo.mnz.companyuser.app]

앱 ID입니다.

관련하여 구글 측에 추가 문의 한 상태 입니다. 회신이 오면 답 올려 드리겠습니다.