Fix OsmAnd-java lib version

This commit is contained in:
max-klaus 2020-11-30 16:29:15 +03:00
parent f5c5afd196
commit 1e5eb4ff5a

View file

@ -89,6 +89,7 @@ publishing {
repositories { repositories {
ivy { ivy {
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./" url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
version = "0.1-SNAPSHOT"
} }
} }
publications { publications {