Skip to content

Commit

Permalink
build: update build number and version
Browse files Browse the repository at this point in the history
  • Loading branch information
hjubb committed Jul 19, 2022
1 parent 2ea7f63 commit b1e9540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}

def canonicalVersionCode = 287
def canonicalVersionName = "1.13.6"
def canonicalVersionCode = 288
def canonicalVersionName = "1.13.7"

def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,
Expand Down

0 comments on commit b1e9540

Please sign in to comment.