Skip to content

Commit a8feac4

Browse files
committed
[Feature] Bump version to 1.3.1.
1 parent dd62019 commit a8feac4

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
@@ -38,8 +38,8 @@ android {
3838
applicationId 'me.zhanghai.android.files'
3939
minSdkVersion 21
4040
targetSdkVersion 29
41-
versionCode 24
42-
versionName '1.3.0'
41+
versionCode 25
42+
versionName '1.3.1'
4343
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
4444
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
4545
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'

0 commit comments

Comments
 (0)