We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9e0b commit 7b107fcCopy full SHA for 7b107fc
build.gradle
@@ -18,7 +18,7 @@ def props = new Properties()
18
file("version.properties").withInputStream { props.load(it) }
19
20
group 'com.google.maps'
21
-version "SNAPSHOT"
+version props.libVersion
22
ext.artifactId = 'fleetengine-auth'
23
24
sourceCompatibility = 1.8
0 commit comments