chore: improve geo

This commit is contained in:
hstyi
2025-06-28 11:13:26 +08:00
committed by GitHub
parent 54116a4bf5
commit fff2dd89c7
8 changed files with 22 additions and 187 deletions

View File

@@ -2,12 +2,14 @@ plugins {
alias(libs.plugins.kotlin.jvm)
}
project.version = "0.0.2"
project.version = "0.0.3"
dependencies {
testImplementation(kotlin("test"))
compileOnly(project(":"))
implementation("com.maxmind.geoip2:geoip2:4.3.1")
// https://github.com/hstyi/geolite2
implementation("com.github.hstyi:geolite2:v1.0-202506280303")
}
apply(from = "$rootDir/plugins/common.gradle.kts")