Open b3nk4n opened 9 months ago
Hmm, one thing is confusing me though: The version defined here seem to be 21.0.0: https://github.com/MrStahlfelge/gdx-gamesvcs/blob/20d89c1f4dc160b23df7311dc0f8c64196c4890b/android-gpgs/build.gradle#L38
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 code you've investigated is the latest snapshot version, so if you switch to the snapshot you are switching to 21.0.0 as well
The following might be related to https://github.com/MrStahlfelge/gdx-gamesvcs/issues/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?