We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a0e37 commit c912013Copy full SHA for c912013
1 file changed
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId 'me.zhanghai.android.files'
15
minSdkVersion 21
16
targetSdkVersion 28
17
- versionCode 6
18
- versionName '1.0.0-beta.5'
+ versionCode 7
+ versionName '1.0.0-beta.6'
19
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
20
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
21
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'
0 commit comments