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 2f5926a commit 222cb85Copy full SHA for 222cb85
OneSignalSDK/onesignal/location/build.gradle
@@ -82,10 +82,5 @@ dependencies {
82
testImplementation("io.mockk:mockk:1.13.2")
83
testImplementation("org.json:json:20180813")
84
testImplementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
85
- testImplementation('com.google.android.gms:play-services-location:[17.0.0, 18.0.99]') {
86
- version {
87
- require '[17.0.0, 18.0.99]'
88
- prefer '18.0.0'
89
- }
90
+ testImplementation("com.google.android.gms:play-services-location:18.0.0")
91
}
0 commit comments