From 3c30c532a45e5ccd4bce7cc15204b7916776b69e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 14 Jan 2023 00:37:02 +0800 Subject: [PATCH] Update version to 4.2 | Support many QQ 8.9.x version --- README.md | 4 ++-- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ca3ebf..00b7f53 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # TSBattery -[![Blank](https://img.shields.io/badge/build-pending-dbab09)](https://github.com/fankes/TSBattery) +[![Blank](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/fankes/TSBattery) [![Blank](https://img.shields.io/badge/license-AGPL3.0-blue)](https://github.com/fankes/TSBattery/blob/master/LICENSE) -[![Blank](https://img.shields.io/badge/version-v4.1-green)](https://github.com/fankes/TSBattery/releases) +[![Blank](https://img.shields.io/badge/version-v4.2-green)](https://github.com/fankes/TSBattery/releases) [![Blank](https://img.shields.io/github/downloads/fankes/TSBattery/total?label=Release)](https://github.com/fankes/TSBattery/releases) [![Blank](https://img.shields.io/github/downloads/Xposed-Modules-Repo/com.fankes.tsbattery/total?label=LSPosed%20Repo&logo=Android&style=flat&labelColor=F48FB1&logoColor=ffffff)](https://github.com/Xposed-Modules-Repo/com.fankes.tsbattery/releases) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/XiaofangInternet) diff --git a/build.gradle b/build.gradle index 71467c1..a2c30e9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ plugins { } ext { - appVersionName = "4.1" - appVersionCode = 26 + appVersionName = "4.2" + appVersionCode = 27 enableR8 = true }