Android정책

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:

ziziDev 2024. 11. 29. 15:15
반응형

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"

이렇게 현재 사용하고 있는 버전 선택해서 올릴 버전과 비교하면 된다

반응형