Skip to content

Commit

Permalink
chore: 🚀 prepare 2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arch10 committed Jan 9, 2024
1 parent 1edafa2 commit 1a5688e
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.2"
versionName "2.4.3"
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 1a5688e

Please sign in to comment.