Skip to content

Commit 58ece4f

Browse files
Bump version to 1.71.4
* Update `initialVersionCode` and `versionCode` to 1714 in `gradle.properties`. * Update `versionName` to 1.71.4 in `gradle.properties`.
1 parent d9b88c5 commit 58ece4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ org.gradle.welcome=never
4646
# APPLICATION VERSIONING (REPRODUCIBLE BUILD SETUP)
4747
# -----------------------------------------------------------------------------
4848
# Kept as fallback for clean builds
49-
initialVersionCode=1713
49+
initialVersionCode=1714
5050
# REQUIRED: The active source of truth for your release manager
5151
# Logic: 1712 -> 1.71.2 (based on your math: code/1000 . code%1000/10 . code%10)
52-
versionCode=1713
53-
versionName=1.71.3
52+
versionCode=1714
53+
versionName=1.71.4

0 commit comments

Comments
 (0)