From 8b657a8aab575616c38dc386fb3a3117a8dca30d Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 21 Jul 2022 19:22:03 +0800 Subject: [PATCH] Update version to 3.99.6 | Support QQ 8.9.2 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c9b368..77e3eae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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-v3.99.5-green)](https://github.com/fankes/TSBattery/releases) +[![Blank](https://img.shields.io/badge/version-v3.99.6-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 d3df030..e6fa3ab 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ plugins { } ext { - appVersionName = "3.99.5" - appVersionCode = 23 + appVersionName = "3.99.6" + appVersionCode = 24 enableR8 = true }