Skip to content

Commit

Permalink
[Feature] Bump version to 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 3, 2023
1 parent 612b1ef commit dfb365c
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 @@ -35,8 +35,8 @@ android {
// Not supporting notification runtime permission yet.
//noinspection OldTargetApi
targetSdk 32
versionCode 32
versionName '1.6.0'
versionCode 33
versionName '1.6.1'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
Expand Down

0 comments on commit dfb365c

Please sign in to comment.