We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd62019 commit a8feac4Copy full SHA for a8feac4
1 file changed
app/build.gradle
@@ -38,8 +38,8 @@ android {
38
applicationId 'me.zhanghai.android.files'
39
minSdkVersion 21
40
targetSdkVersion 29
41
- versionCode 24
42
- versionName '1.3.0'
+ versionCode 25
+ versionName '1.3.1'
43
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
44
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
45
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
0 commit comments