Skip to content

Commit

Permalink
build: version bump 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2025
1 parent ec51fe9 commit b54375b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
minSdkVersion 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 25
versionCode 4000015
versionName "6.5.0"
versionCode 4000016
versionName "6.5.1"

buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
}
Expand Down

0 comments on commit b54375b

Please sign in to comment.