Skip to content

Commit 7b107fc

Browse files
committed
update sample
1 parent 00a9e0b commit 7b107fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def props = new Properties()
1818
file("version.properties").withInputStream { props.load(it) }
1919

2020
group 'com.google.maps'
21-
version "SNAPSHOT"
21+
version props.libVersion
2222
ext.artifactId = 'fleetengine-auth'
2323

2424
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)