Skip to content

Commit 4d89f9e

Browse files
authored
app:update version to 2.4.148
dump new release to 2.4.147 (Awaiting publication)
1 parent 3d35159 commit 4d89f9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId = namespace
8181
minSdk = 33
8282
targetSdk = 35
83-
versionCode = 147
84-
versionName = "2.4.147"
83+
versionCode = 148
84+
versionName = "2.4.148"
8585

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

0 commit comments

Comments
 (0)