Skip to content

Commit 944a789

Browse files
committed
chore: 🚀 prepare 2.5.1 release
1 parent 7029bf6 commit 944a789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
compileSdk 34
4343
targetSdkVersion 34
4444
versionCode versionProperties['VERSION_CODE'].toInteger()
45-
versionName "2.5.0"
45+
versionName "2.5.1"
4646
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
4747
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4848
}

0 commit comments

Comments
 (0)