We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990ba0d commit 30f8403Copy full SHA for 30f8403
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 9
18
- versionName '1.0.0-beta.8'
+ versionCode 10
+ versionName '1.0.0-beta.9'
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