You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And after brief investigation of my projects dependencies (e.g. via ./gradlew :android:dependencies), it looks like the use of androidx.fragment:fragment:1.0.0 is coming indirectly from this library:
But what I find in my game's dependencies in the end is a much older version 16.0.0 🤔 . And I'm using the latest version 1.1.0 of your library already.
The following might be related to #45.
When publishing an Android app that uses your (great! ❤️ ) library for using GPGS, it shows the following waring:
And after brief investigation of my projects dependencies (e.g. via
./gradlew :android:dependencies
), it looks like the use ofandroidx.fragment:fragment:1.0.0
is coming indirectly from this library:Not sure how critical this is. And whether Google Play Store will at some point start rejecting apps that uses deprecated/obsolete/outdated libraries.
But maybe 🤞 this is just about bumping the
com.google.android.gms:play-services-games
a little?The text was updated successfully, but these errors were encountered: