Skip to content

Commit

Permalink
adj: version code = github commit code
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Jan 11, 2025
1 parent 891890c commit a5b866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ android {
applicationId = namespace
minSdk = 33
targetSdk = 35
versionCode = 155
versionCode = getVersionCode()
versionName = "2.5.155"

val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss").apply {
Expand Down

0 comments on commit a5b866d

Please sign in to comment.