Skip to content

Commit

Permalink
[Feature] Bump version to 1.0.0-beta.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jul 11, 2019
1 parent 41a0e37 commit c912013
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 @@ -14,8 +14,8 @@ android {
applicationId 'me.zhanghai.android.files'
minSdkVersion 21
targetSdkVersion 28
versionCode 6
versionName '1.0.0-beta.5'
versionCode 7
versionName '1.0.0-beta.6'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'
Expand Down

0 comments on commit c912013

Please sign in to comment.