Skip to content

Commit

Permalink
release: increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
charles committed Oct 24, 2022
1 parent 427b2d7 commit 76fff8b
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 @@ -157,8 +157,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}

def canonicalVersionCode = 309
def canonicalVersionName = "1.16.0"
def canonicalVersionCode = 310
def canonicalVersionName = "1.16.1"

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

0 comments on commit 76fff8b

Please sign in to comment.