Skip to content

Commit

Permalink
bump version to 9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletter2333 committed Mar 15, 2023
1 parent cf7001b commit 6d0964f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"

def verName = "9.3.3-preview01"
def verCode = 700
def verName = "9.3.3"
def verCode = 710

if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim().replace('\'','')
Expand Down

0 comments on commit 6d0964f

Please sign in to comment.