Skip to content

Commit

Permalink
app:update version to 2.4.147
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 authored Jun 17, 2024
1 parent 1e96ad2 commit aa2eef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ android {
defaultConfig {
applicationId = namespace
minSdk = 33
targetSdk = 34
versionCode = 146
versionName = "2.4.146"
targetSdk = 35
versionCode = 147
versionName = "2.4.147"

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

0 comments on commit aa2eef1

Please sign in to comment.