[*] 地理位置

This commit is contained in:
acgist
2023-03-23 08:11:36 +08:00
parent d635b5a2a3
commit 1fb36da847
13 changed files with 234 additions and 99 deletions

View File

@@ -48,6 +48,8 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.a', '*.so', '*.jar'])
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'
testImplementation 'junit:junit:4.13.2'