Skip to content

Commit 6198c1c

Browse files
authored
Bump release version to 0.5.0 (#57)
1 parent ed5f797 commit 6198c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "com.rickyhu.hushkeyboard"
2626
minSdk = 29
2727
targetSdk = 36
28-
versionCode = 3
29-
versionName = "0.4.0"
28+
versionCode = 4
29+
versionName = "0.5.0"
3030

3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3232
vectorDrawables {

0 commit comments

Comments
 (0)