$$ for Help Solving Build WARNINGS and FAILURE?

Can anyone shed light on some of these and how I can solve them to remove the WARNINGS that appear when I create builds?

WARNING: issue found in /Volumes/2020/Dropbox/Projects/triviaChallenge/build.settings:

WARNING: unrecognized key: settings.macos.budleResourcesDirectory (string)

WARNING: unrecognized key: settings.iphone.plist.FirebaseAppDelegateProxyEnabled (boolean)

WARNING: unrecognized key: settings.iphone.plist.GADApplicationIdentifier (string)

WARNING: unrecognized key: settings.window.resizeable (boolean)

WARNING: disabling the idle timer can reduce battery life on the device

Warning:
uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.
uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update.
Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
jar signed.

Warning:
The signer’s certificate is self-signed.
The RSA signing key has a keysize of 1024 which is considered a security risk. This key size will be disabled in a future update.
Note: debug info is not being stripped from application (settings.build.neverStripDebugInfo = true)

WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.
/private/var/folders/6g/37ltmn0d17xdq76fys4f_p340000gp/T/CLtmp8pJoL7/template/app/src/main/AndroidManifest.xml:32:13-58 Error:
Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google.android.gms:play-services-measurement-api:22.0.1] AndroidManifest.xml:32:13-58
is also present at [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config).
Suggestion: add ‘tools:replace=“android:resource”’ to element at AndroidManifest.xml to override.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:App:processReleaseMainManifest’.

Manifest merger failed : Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google.android.gms:play-services-measurement-api:22.0.1] AndroidManifest.xml:32:13-58
is also present at [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config).
Suggestion: add ‘tools:replace=“android:resource”’ to element at AndroidManifest.xml to override.

/private/var/folders/6g/37ltmn0d17xdq76fys4f_p340000gp/T/CLtmp34c3yA/template/app/src/main/AndroidManifest.xml:32:13-58 Error:
Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google.android.gms:play-services-measurement-api:22.0.1] AndroidManifest.xml:32:13-58
is also present at [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config).
Suggestion: add ‘tools:replace=“android:resource”’ to element at AndroidManifest.xml to override.

  • What went wrong:
    Execution failed for task ‘:App:processReleaseMainManifest’.

Manifest merger failed : Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google.android.gms:play-services-measurement-api:22.0.1] AndroidManifest.xml:32:13-58
is also present at [com.google.android.gms:play-services-ads-lite:23.0.0] AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config).
Suggestion: add ‘tools:replace=“android:resource”’ to element at AndroidManifest.xml to override.