We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f19bfd commit bed63a0Copy full SHA for bed63a0
app/build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
implementation 'com.google.android.material:material:1.4.0'
63
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
64
implementation 'com.google.android.gms:play-services-vision:20.1.3'
65
- implementation 'com.google.android.gms:play-services-location:18.0.0'
+ implementation 'com.google.android.gms:play-services-location:21.3.0'
66
implementation 'com.github.kittinunf.fuel:fuel-android:1.16.0' //for Android
67
implementation "com.github.kittinunf.fuel:fuel:$fuel_version" //for JVM
68
implementation "com.github.kittinunf.fuel:fuel-coroutines:$fuel_version"
0 commit comments