반응형
Bug affecting some locales causing HTTP errors Please downgrade to 21.0.2 or, if available, update to the next version which will contain a fix. For more info please see:
Update함
https://firebase.google.com/support/release-notes/android#latest_sdk_versions
or
firebase-bom을 사용해서
여러 파이어베이스 라이브러리 버전 명시할 필요가 없음
implementation platform('com.google.firebase:firebase-bom:33.6.0')
implementation "com.google.firebase:firebase-core"
implementation "com.google.firebase:firebase-analytics"
implementation "com.google.firebase:firebase-config"
implementation "com.google.firebase:firebase-crashlytics"
이렇게 현재 사용하고 있는 버전 선택해서 올릴 버전과 비교하면 된다
반응형
'Android정책' 카테고리의 다른 글
Android 정책 | Google 플랫폼 프로그램 정책 업데이트(게시자 정책이 업데이트) 2025년 2월 16일에 효력 (0) | 2024.12.19 |
---|---|
proguard | debug에서는 가능했는데 Release에서는 왜 안될까? (0) | 2024.12.02 |
안드로이드 [Kotlin] - 프로가드(Proguard) 설정하기 (0) | 2024.10.29 |