release: 2.0.0-beta.7

This commit is contained in:
hstyi
2025-07-10 11:45:27 +08:00
committed by hstyi
parent 728f1f2802
commit c08a9f2b18

View File

@@ -9,7 +9,7 @@ dependencies {
compileOnly(project(":"))
implementation("com.maxmind.geoip2:geoip2:4.3.1")
// https://github.com/hstyi/geolite2
implementation("com.github.hstyi:geolite2:v1.0-202507040118")
implementation("com.github.hstyi:geolite2:v1.0-202507070058")
}
apply(from = "$rootDir/plugins/common.gradle.kts")