[Feature] Bump version to 1.0.0.

This commit is contained in:
Hai Zhang 2019-12-01 21:37:03 -08:00
parent 2aff5f097b
commit 507cd66943
5 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Material Files (Beta)
# Material Files
[本文中文版](README_zh-CN.md)
@ -8,7 +8,7 @@ An open source Material Design file manager, for Android 5.0+.
[<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="240">](https://play.google.com/store/apps/details?id=me.zhanghai.android.files) [<img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="240">](https://f-droid.org/packages/me.zhanghai.android.files)
[Get it on Coolapk](https://www.coolapk.com/apk/me.zhanghai.android.files) [Get the APK](https://github.com/zhanghai/MaterialFiles/releases/download/v1.0.0-rc.1/app-release.apk)
[Get it on Coolapk](https://www.coolapk.com/apk/me.zhanghai.android.files) [Get the APK](https://github.com/zhanghai/MaterialFiles/releases/download/v1.0.0/app-release.apk)
## Preview

View File

@ -1,4 +1,4 @@
# Material Files (Beta)
# Material Files
[![Android CI 状态](https://github.com/zhanghai/MaterialFiles/workflows/Android%20CI/badge.svg)](https://github.com/zhanghai/MaterialFiles/actions) [![GitHub 发行版](https://img.shields.io/github/v/release/zhanghai/MaterialFiles)](https://github.com/zhanghai/MaterialFiles/releases) [![许可证](https://img.shields.io/github/license/zhanghai/MaterialFiles?color=blue)](LICENSE)
@ -6,7 +6,7 @@
[<img alt="下载应用,请到 Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/zh-cn_badge_web_generic.png" width="240">](https://play.google.com/store/apps/details?id=me.zhanghai.android.files) [<img alt="下载应用,请到 F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on-zh-cn.png" width="240">](https://f-droid.org/packages/me.zhanghai.android.files)
[在酷安上下载](https://www.coolapk.com/apk/me.zhanghai.android.files) [下载 APK](https://github.com/zhanghai/MaterialFiles/releases/download/v1.0.0-rc.1/app-release.apk)
[在酷安上下载](https://www.coolapk.com/apk/me.zhanghai.android.files) [下载 APK](https://github.com/zhanghai/MaterialFiles/releases/download/v1.0.0/app-release.apk)
## 预览

View File

@ -14,8 +14,8 @@ android {
applicationId 'me.zhanghai.android.files'
minSdkVersion 21
targetSdkVersion 29
versionCode 14
versionName '1.0.0-rc.1'
versionCode 15
versionName '1.0.0'
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 @@
- First stable release.

View File

@ -0,0 +1 @@
- 发布第一个稳定版本。