Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beigirad committed Oct 30, 2020
1 parent 9d8812c commit 6f3739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
targetSdkVersion 30

def majorVersion = 1
def minorVersion = 1
def minorVersion = 2
def patchVersion = 0

versionCode majorVersion * 10000 + minorVersion * 100 + patchVersion
Expand Down

0 comments on commit 6f3739b

Please sign in to comment.