Skip to content

Commit 0db6222

Browse files
committed
2 parents 064c649 + 4d89f9e commit 0db6222

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)