Skip to content

Commit 5c36768

Browse files
committed
build: update version code to 29 and version name to 3.1.0
1 parent a09a6ed commit 5c36768

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 = 28
25-
versionName = "3.0.0"
24+
versionCode = 29
25+
versionName = "3.1.0"
2626

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

0 commit comments

Comments
 (0)