File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,5 +70,7 @@ dependencies {
7070 implementation(libs.androidx.material3)
7171
7272 api(libs.play.services.base)
73- compileOnly(files(" libs/play-services-maps3d-0.0.3.aar" ))
73+ api(" com.google.android.gms:play-services-maps3d:0.0.3" )
74+ // compileOnly(files("libs/play-services-maps3d-0.0.3.aar"))
75+ // api(files("libs/play-services-maps3d-0.0.3.aar"))
7476}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 debugImplementation(libs.androidx.ui.test.manifest)
8585
8686 implementation(project(" :common" ))
87- implementation(files(" ../common/libs/play-services-maps3d-0.0.3.aar" ))
87+ // implementation(files("../common/libs/play-services-maps3d-0.0.3.aar"))
8888}
8989
9090secrets {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 debugImplementation(libs.androidx.ui.test.manifest)
8585
8686 implementation(project(" :common" ))
87- implementation(files(" ../common/libs/play-services-maps3d-0.0.3.aar" ))
87+ // implementation(files("../common/libs/play-services-maps3d-0.0.3.aar"))
8888}
8989
9090secrets {
You can’t perform that action at this time.
0 commit comments