diff --git a/README-zh-CN.md b/README-zh-CN.md index ee33d2d..9e6e940 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -2,7 +2,7 @@ [![Blank](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/KitsunePie/AppErrorsTracking) [![Blank](https://img.shields.io/badge/license-AGPL3.0-blue)](https://github.com/KitsunePie/AppErrorsTracking/blob/master/LICENSE) -[![Blank](https://img.shields.io/badge/version-v1.1-green)](https://github.com/KitsunePie/AppErrorsTracking/releases) +[![Blank](https://img.shields.io/badge/version-v1.2-green)](https://github.com/KitsunePie/AppErrorsTracking/releases) [![Blank](https://img.shields.io/github/downloads/KitsunePie/AppErrorsTracking/total?label=Release)](https://github.com/KitsunePie/AppErrorsTracking/releases) [![Blank](https://img.shields.io/github/downloads/Xposed-Modules-Repo/com.fankes.apperrorstracking/total?label=LSPosed%20Repo&logo=Android&style=flat&labelColor=F48FB1&logoColor=ffffff)](https://github.com/Xposed-Modules-Repo/com.fankes.apperrorstracking/releases)

diff --git a/README.md b/README.md index a7fabcf..43aeb3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Blank](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/KitsunePie/AppErrorsTracking) [![Blank](https://img.shields.io/badge/license-AGPL3.0-blue)](https://github.com/KitsunePie/AppErrorsTracking/blob/master/LICENSE) -[![Blank](https://img.shields.io/badge/version-v1.1-green)](https://github.com/KitsunePie/AppErrorsTracking/releases) +[![Blank](https://img.shields.io/badge/version-v1.2-green)](https://github.com/KitsunePie/AppErrorsTracking/releases) [![Blank](https://img.shields.io/github/downloads/KitsunePie/AppErrorsTracking/total?label=Release)](https://github.com/KitsunePie/AppErrorsTracking/releases) [![Blank](https://img.shields.io/github/downloads/Xposed-Modules-Repo/com.fankes.apperrorstracking/total?label=LSPosed%20Repo&logo=Android&style=flat&labelColor=F48FB1&logoColor=ffffff)](https://github.com/Xposed-Modules-Repo/com.fankes.apperrorstracking/releases)

diff --git a/build.gradle b/build.gradle index cdc36d7..277e49c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } ext { - appVersionName = "1.1" - appVersionCode = 3 + appVersionName = "1.2" + appVersionCode = 4 enableR8 = true } \ No newline at end of file