Skip to content

Commit

Permalink
Bump play services location (#293)
Browse files Browse the repository at this point in the history
* Bump play services location

* Bump version to 3.8.0
  • Loading branch information
lmeier authored Mar 31, 2023
1 parent 8b217ab commit 5462df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: "org.jetbrains.dokka"
apply plugin: 'io.radar.mvnpublish'

ext {
radarVersion = '3.7.2'
radarVersion = '3.8.0'
}

String buildNumber = ".${System.currentTimeMillis()}"
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.4.0"
implementation "androidx.core:core-ktx:1.7.0"
implementation "com.google.android.gms:play-services-location:18.0.0"
implementation "com.google.android.gms:play-services-location:21.0.1"
compileOnly "com.huawei.hms:location:6.4.0.300"
compileOnly "com.google.android.play:integrity:1.0.2"
testImplementation "androidx.test.ext:junit:1.1.3"
Expand Down

0 comments on commit 5462df2

Please sign in to comment.