Skip to content

Commit 583dab9

Browse files
build: Increment versionCode to 38
- Updated `versionCode` from 37 to 38 in `app/build.gradle.kts`.
1 parent b38fd19 commit 583dab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
applicationId = "com.d4rk.musicsleeptimer.plus"
1616
minSdk = 23
1717
targetSdk = 36
18-
versionCode = 37
18+
versionCode = 38
1919
versionName = "3.1.0"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)