Skip to content

Commit 711f790

Browse files
committed
build: update version code to 33 and version name to 3.4.0
1 parent 6e16880 commit 711f790

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.github.umer0586.droidpad"
2222
minSdk = 21
2323
targetSdk = 35
24-
versionCode = 32
25-
versionName = "3.3.1"
24+
versionCode = 33
25+
versionName = "3.4.0"
2626

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

0 commit comments

Comments
 (0)