Skip to content

Commit 222cb85

Browse files
committed
Simplify gradle testImplementation addition
1 parent 2f5926a commit 222cb85

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

OneSignalSDK/onesignal/location/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,5 @@ dependencies {
8282
testImplementation("io.mockk:mockk:1.13.2")
8383
testImplementation("org.json:json:20180813")
8484
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-
}
85+
testImplementation("com.google.android.gms:play-services-location:18.0.0")
9186
}

0 commit comments

Comments
 (0)