fix implementation error

This commit is contained in:
Kuloud
2023-12-22 22:29:24 +08:00
parent f2a4f49e0c
commit 2fff517050
5 changed files with 4 additions and 5 deletions

View File

@ -33,6 +33,6 @@ android {
}
dependencies {
compileOnly 'com.amap.api:3dmap:9.8.3'
implementation 'com.amap.api:3dmap:9.8.3'
}