Skip to content

Commit

Permalink
build: update version name and code
Browse files Browse the repository at this point in the history
  • Loading branch information
0x330a committed Oct 8, 2023
1 parent 20df733 commit cb1b5b0
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 @@ -31,8 +31,8 @@ configurations.all {
exclude module: "commons-logging"
}

def canonicalVersionCode = 355
def canonicalVersionName = "1.17.1"
def canonicalVersionCode = 356
def canonicalVersionName = "1.17.2"

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

0 comments on commit cb1b5b0

Please sign in to comment.