После отправки приложения в Play Store я получаю следующее сообщение:
com.google.android.play:core:1.9.1 Google Play Core
(com.google.android.play:core) добавил это примечание для версии SDK
1.9.1:
Обновите зависимость Play Core Maven до Версия, совместимая с Android 14! Ваша текущая библиотека Play Core несовместима с
targetSdkVersion 34 (Android 14), которая вносит
обратно несовместимое изменение в приемники вещания для повышения
безопасности пользователей. Напоминаем, что с 31 августа Google Play требует, чтобы все новые
выпуски приложений были ориентированы на Android 14. Чтобы избежать сбоев приложения, обновите последнюю версию библиотеки Play Core
:
Это собственное приложение, использующее макеты Java и XML, и я искал и не смог
найти ссылку на com.google.android.play:core:1.9.1 где-либо в
приложении.< /p>
Я понятия не имею, как обновить ссылку, чтобы избавиться от предупреждения и при этом все работало.
Есть идеи?
Это зависимости в моем файле сборки.
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.android.volley:volley:1.2.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "androidx.core:core:1.7.0-alpha01"
implementation 'com.github.takusemba:spotlight:2.0.5'
implementation "androidx.navigation:navigation-fragment:2.3.5"
implementation "androidx.navigation:navigation-ui:2.3.5"
implementation "androidx.navigation:navigation-fragment-ktx:2.3.5"
implementation "androidx.navigation:navigation-ui-ktx:2.3.5"
implementation "androidx.navigation:navigation-dynamic-features-fragment:2.3.5"
androidTestImplementation "androidx.navigation:navigation-testing:2.3.5"
implementation "androidx.navigation:navigation-compose:2.4.0-alpha04"
Подробнее здесь: https://stackoverflow.com/questions/787 ... ycore1-9-1