GooglePlayConsoleでアプリ登録すると警告が表示されます。

676 views
Skip to first unread message

oda

unread,
Aug 2, 2022, 5:25:45 AM8/2/22
to 日本Androidの会
GooglePlayConsoleにアプリを登録すると次の警告がでます。
--------------------------------------------------
Firebase Remote Config (com.google.firebase:firebase-config) のデベロッパーから、バージョン 21.1.0 に重大な問題があることが報告されています。新しいリリースを公開する前にアップグレードすることをおすすめします。

SDK のデベロッパーからの報告は以下のとおりです。
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: https://github.com/firebase/firebase-android-sdk/issues/3757
--------------------------------------------------
com.google.firebase:firebase-configは直接的には使っていないので依存関係?と思うのですが、こういった場合どのようにすればよいのでしょうか?


--------------------------------------------------

build.gradle

dependencies {

implementation 'androidx.multidex:multidex:2.0.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "com.squareup.okhttp3:okhttp:4.8.0"
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
implementation 'com.google.android.gms:play-services-ads:21.0.0'
implementation 'com.google.android.gms:play-services-analytics:18.0.1'
implementation 'com.google.android.gms:play-services-basement:18.1.0'
implementation platform('com.google.firebase:firebase-bom:30.2.0')
implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-core'
implementation 'com.google.firebase:firebase-iid'
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-perf:20.1.0'
implementation 'com.android.billingclient:billing:5.0.0'

}

--------------------------------------------------



Hirokazu Fukami

unread,
Aug 2, 2022, 7:50:10 PM8/2/22
to android-g...@googlegroups.com
こんにちはfkmです

gradleでdependenciesタスクを実行すると、ライブラリの依存関係が
どうなっているか確認できます。

% sh gradlew :app:dependencies
> --
> このメールは Google グループのグループ「日本Androidの会」に登録しているユーザーに送られています。
> このグループから退会し、グループからのメールの配信を停止するには android-group-j...@googlegroups.com にメールを送信してください。
> このディスカッションをウェブ上で閲覧するには https://groups.google.com/d/msgid/android-group-japan/f7f7b108-ecf7-4e01-bed5-4f91c98672een%40googlegroups.com にアクセスしてください。



--
-------------------------------------------------------------
深見 浩和(Hirokazu Fukami)
Reply all
Reply to author
Forward
0 new messages