Skip to content

Commit 1e4e75d

Browse files
committed
Fix versioning
1 parent 76aae65 commit 1e4e75d

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
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.finoldigital.ygolp"
1414
minSdk = 33
1515
targetSdk = 36
16-
versionCode = 11
17-
versionName = "2.7.0"
16+
versionCode = 12
17+
versionName = "2.7.1"
1818

1919
}
2020

0 commit comments

Comments
 (0)