Skip to content

Commit

Permalink
fix build issue with location
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Jan 18, 2022
1 parent 9471297 commit 8336148
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,12 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
constraints {
implementation('com.google.android.gms:play-services-location') {
version {
strictly "16.0.0"
}
because 'location: 4.2.3 does not specify version play-services-location'
}
}
}

0 comments on commit 8336148

Please sign in to comment.