Skip to content

Commit

Permalink
app:update version to 2.4.146
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 authored May 31, 2024
1 parent 910e0c3 commit ee106c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId = namespace
minSdk = 33
targetSdk = 34
versionCode = 145
versionName = "2.4.145"
versionCode = 146
versionName = "2.4.146"

val buildTime = SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Date())
buildConfigField("String", "BUILD_TIME", "\"$buildTime\"")
Expand Down

0 comments on commit ee106c5

Please sign in to comment.