Skip to content

Commit d15da48

Browse files
committed
Update version code and name in build.gradle.kts for app release
1 parent a4cbfe3 commit d15da48

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 = "me.aliahad.timemanager"
2222
minSdk = 31
2323
targetSdk = 35
24-
versionCode = 5
25-
versionName = "2.0.0"
24+
versionCode = 6
25+
versionName = "3.0.0"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828

0 commit comments

Comments
 (0)