Skip to content

Commit

Permalink
build: version bump 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 27, 2024
1 parent 5721610 commit c9125ea
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 4000008
versionName "6.0.0"
versionCode 4000009
versionName "6.1.0"

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

0 comments on commit c9125ea

Please sign in to comment.