We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f890b commit bfe4473Copy full SHA for bfe4473
1 file changed
mapbox/dependencies.gradle
@@ -1,7 +1,7 @@
1
ext {
2
// 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"
+ MasVersionCode = 2 * 1000 + 0 * 100 + 0 * 10 + 1
+ MasVersionName = "2.0.0"
5
6
minSdkVersion = 15
7
targetSdkVersion = 25
0 commit comments