Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Mar 28, 2024
1 parent 97bca00 commit 6984a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21
targetSdkVersion 34
versionCode 207020030
versionName "2.07.02-beta30" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
versionCode 207020031
versionName "2.07.02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
buildConfigField "String", "versionCodename", "\"Love always wins ❤️💪\""
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down

1 comment on commit 6984a3c

@rahilarious
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for actively working on this. Hoping to see wide adoption of VJOURNAL

Please sign in to comment.