Update version to 3.2,support QQ 8.8.80

This commit is contained in:
2022-02-25 22:24:38 +08:00
parent 8c38183869
commit 9b3585c309
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
# TSBattery
![Eclipse Marketplace](https://img.shields.io/badge/build-pending-dbab09)
![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen)
![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue)
![Eclipse Marketplace](https://img.shields.io/badge/version-v3.1-green)
![Eclipse Marketplace](https://img.shields.io/badge/version-v3.2-green)
<br/><br/>
![banner](https://github.com/fankes/TSBattery/blob/master/banner.png)<br/>
A new way to save your battery avoid cancer apps hacker it.<br/>
@@ -11,7 +11,7 @@ TSBattery 是一个旨在使 QQ、TIM、微信 变得更省电的开源 Xposed
# 开始使用
点击下载最新版本
<a href='https://github.com/fankes/TSBattery/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v3.1-green)</a>
<a href='https://github.com/fankes/TSBattery/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v3.2-green)</a>
<br/><br/>
⚠️ 适配说明<br/>

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "3.1"
appVersionCode = 10
appVersionName = "3.2"
appVersionCode = 11
}
task clean(type: Delete) {