Skip to content

Commit

Permalink
chore: 🚀 prepare 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arch10 committed Dec 30, 2023
1 parent a487602 commit 5ee1729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
compileSdk 34
targetSdkVersion 34
versionCode versionProperties['VERSION_CODE'].toInteger()
versionName "2.4.0"
versionName "2.4.1"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 5ee1729

Please sign in to comment.