I just received a brand new warning with my most-recent .aab upload to Google Play:
The developer of androidx.fragment:fragment (androidx.fragment:fragment) has reported version 1.0.0 as outdated. Consider upgrading to one of the following versions before publishing a new release: 1.1.0+.
A bit of quick searching revealed this:
tldr: It’s a library. Does anyone know what this is and how to go about updating it?
Recently I’ve just updated one of my apps and Google has show me this message:
Warning
The developer of androidx.fragment:fragment (androidx.fragment:fragment) has reported version 1.0.0 as outdated. Consider upgrading to one of the following versions before publishing a new release: 1.1.0+.
Learn more about the SDKs that you’re using and make informed SDK choices with Google Play SDK Index.
My app only uses the plugins pasteboard, admob, google billing v2 and notifications v2
Do you happen to know where this lives? I’m happy to open an issue on GitHub, but I’d like to do it in the right place. (My gut is in the Engine main repository, but some confirmation would be helpful.)
I don’t know if it is this or the implementation of the Adomb Consent Form but one of my apps have been an increase in ANR since the last update.
In my case I have compiled some of my applications with build 2023.3692 and the anrs and failure rate has gone up considerably, but I have rebuild these applications with version 2023.3690 and the failure rates and anrs are back to normal. without making changes to the code. so I assume there is something wrong with build 3692.
Hey @Scott_Harrison some of our apps don’t use notifications v2 and with 3695 we still get this warning. seems like something in the core is causing it?
So just tested and tried to build that same app. with 3695 and only admob and billing.v2
and am getting an error in the console when trying to build.
* What went wrong:
14:22:05.053 Execution failed for task ':App:checkReleaseDuplicateClasses'.
14:22:05.053 > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
14:22:05.053 > Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules jetified-kotlin-stdlib-1.8.20 (org.jetbrains.kotlin:kotlin-stdlib:1.8.20) and jetified-kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
14:22:05.053 Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules jetified-kotlin-stdlib-1.8.20 (org.jetbrains.kotlin:kotlin-stdlib:1.8.20) and jetified-kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)