Skip to content

Commit

Permalink
Merge pull request #14 from beigirad/release/v1.2.0
Browse files Browse the repository at this point in the history
Released 1.2.0
  • Loading branch information
beigirad authored Oct 30, 2020
2 parents 9d8812c + 6f3739b commit 08419b7
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 08419b7

Please sign in to comment.