Skip to content

Commit 9963dd7

Browse files
committed
chore: bump version code to 38 and version name to 12.7
1 parent 43f63ba commit 9963dd7

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
@@ -21,8 +21,8 @@ android {
2121
applicationId = "com.sameerasw.essentials"
2222
minSdk = 26
2323
targetSdk = 36
24-
versionCode = 37
25-
versionName = "12.6"
24+
versionCode = 38
25+
versionName = "12.7"
2626

2727
val whatsNewCounter = 1
2828
buildConfigField("int", "WHATS_NEW_COUNTER", whatsNewCounter.toString())

0 commit comments

Comments
 (0)