Skip to content

Commit 57e6d73

Browse files
committed
Bump version to 2.0.0.
1 parent 312868e commit 57e6d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

3-
def versionMajor = 1
4-
def versionMinor = 6
5-
def versionPatch = 2
3+
def versionMajor = 2
4+
def versionMinor = 0
5+
def versionPatch = 0
66
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
77

88
android {

0 commit comments

Comments
 (0)