Skip to content

Commit

Permalink
Feat: Bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Apr 18, 2024
1 parent 31c464d commit 94a077e
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 34
versionCode 36
versionName '1.7.1'
versionCode 37
versionName '1.7.2'
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 94a077e

Please sign in to comment.