Skip to content

Commit b48aae5

Browse files
committed
build: update version code to 41 and version name to 3.7.1
1 parent fd6d25b commit b48aae5

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
@@ -23,8 +23,8 @@ android {
2323
applicationId = "com.github.umer0586.droidpad"
2424
minSdk = 23
2525
targetSdk = 36
26-
versionCode = 40
27-
versionName = "3.7.0"
26+
versionCode = 41
27+
versionName = "3.7.1"
2828

2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
vectorDrawables {

0 commit comments

Comments
 (0)