diff --git a/app/build.gradle b/app/build.gradle index 4f8dfd2..2570292 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,6 +31,10 @@ } } +//repositories { +// mavenCentral() +//} + dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' @@ -47,4 +51,8 @@ implementation 'com.squareup.retrofit2:converter-jackson:2.5.0' implementation 'com.squareup.retrofit2:converter-scalars:2.1.0' + + //google用 + implementation 'com.google.maps:google-maps-services:0.2.5' + implementation 'org.slf4j:slf4j-nop:1.7.25' } \ No newline at end of file