Skip to content

Commit 8cacb84

Browse files
committed
chore: 🚀 prepare 2.4.x release
1 parent b6a1feb commit 8cacb84

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.3.0"
45+
versionName "2.4.0"
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)