beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

androidx.fragment:fragment version warning from Google Play #76

Closed mhsmith closed 7 months ago

mhsmith commented 10 months ago

Originally posted by @t-arn on Discord


Hello apiarists, I just published a new version of pyPlayground to Google Play and got following warning:

fragment

It means that the androidx.fragment:fragment SDK Version (1.0.0) is outdated and that we should update to 1.1.0

mhsmith commented 10 months ago

The warning is probably harmless, but we should fix it if we can. This library will be a dependency of androidx.appcompat:appcompat in app/build.gradle.

freakboy3742 commented 7 months ago

I believe this has been indirectly fixed by the release of Briefcase 0.3.17, which makes the list of libraries configurable, and now defaults to appcompat 1.6.1 (and thus fragment 1.3.6).