Skip to content

Commit bfe4473

Browse files
committed
update dependencies.gradle to new version name
1 parent 46f890b commit bfe4473

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mapbox/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
// Last number is 0 for a SNAPSHOT, 1 for a release
3-
MasVersionCode = 2 * 1000 + 0 * 100 + 0 * 10 + 0
4-
MasVersionName = "2.0.0-SNAPSHOT"
3+
MasVersionCode = 2 * 1000 + 0 * 100 + 0 * 10 + 1
4+
MasVersionName = "2.0.0"
55

66
minSdkVersion = 15
77
targetSdkVersion = 25

0 commit comments

Comments
 (0)