Skip to content

Commit c912013

Browse files
committed
[Feature] Bump version to 1.0.0-beta.6.
1 parent 41a0e37 commit c912013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId 'me.zhanghai.android.files'
1515
minSdkVersion 21
1616
targetSdkVersion 28
17-
versionCode 6
18-
versionName '1.0.0-beta.5'
17+
versionCode 7
18+
versionName '1.0.0-beta.6'
1919
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
2020
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
2121
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'

0 commit comments

Comments
 (0)