[Feature] Bump version to 1.1.2 and add changelog.

This commit is contained in:
Hai Zhang 2020-07-03 16:07:00 -07:00
parent 35bd5026d5
commit a4e9ddebd5
3 changed files with 4 additions and 2 deletions

View File

@ -36,8 +36,8 @@ android {
applicationId 'me.zhanghai.android.files'
minSdkVersion 21
targetSdkVersion 29
versionCode 19
versionName '1.1.1'
versionCode 20
versionName '1.1.2'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'

View File

@ -0,0 +1 @@
- Bug fixes and improvements.

View File

@ -0,0 +1 @@
- 错误修复和改进。