We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d370b39 commit 106bce2Copy full SHA for 106bce2
OneSignalSDK/onesignal/build.gradle
@@ -46,11 +46,6 @@ dependencies {
46
// play-services-location:17.0.0 is the first version using AndroidX
47
compileOnly "com.google.android.gms:play-services-location:$googleGMSVersion"
48
49
- // play-services-ads-identifier:16.0.0 is the last version before going to AndroidX
50
- // play-services-ads-identifier:17.0.0 is the first version using AndroidX
51
- // Classes used to live in play-services-base before this
52
- implementation "com.google.android.gms:play-services-ads-identifier:$googleGMSVersion"
53
-
54
// play-services-base:16.1.0 is the last version before going to AndroidX
55
// play-services-base:17.0.0 is the first version using AndroidX
56
// Required for GoogleApiAvailability
0 commit comments