Skip to content

Commit

Permalink
update: build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jun 25, 2021
1 parent 70c2a96 commit dbb9428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

def versionMajor = 3
def versionMinor = 7
def versionPatch = 0
def versionPatch = 1

def appDomain = "com"
def appDevConsole = "frogobox"
Expand Down
2 changes: 1 addition & 1 deletion frogorecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

def versionMajor = 3
def versionMinor = 7
def versionPatch = 0
def versionPatch = 1

def versionCodeLibrary = (versionMajor * 100) + (versionMinor * 10) + (versionPatch)
def versionNameLibrary = "$versionMajor.$versionMinor.$versionPatch"
Expand Down

0 comments on commit dbb9428

Please sign in to comment.