Update version to 3.3,support QQ 8.8.83

This commit is contained in:
2022-03-18 15:10:57 +08:00
parent fe11d0e67b
commit 48eb942167
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
# TSBattery # 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/license-AGPL3.0-blue)
![Eclipse Marketplace](https://img.shields.io/badge/version-v3.2-green) ![Eclipse Marketplace](https://img.shields.io/badge/version-v3.3-green)
[![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet) [![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet)
<br/><br/> <br/><br/>
![banner](https://github.com/fankes/TSBattery/blob/master/banner.png)<br/> ![banner](https://github.com/fankes/TSBattery/blob/master/banner.png)<br/>
@@ -12,7 +12,7 @@ TSBattery 是一个旨在使 QQ、TIM、微信 变得更省电的开源 Xposed
# 开始使用 # 开始使用
点击下载最新版本 点击下载最新版本
<a href='https://github.com/fankes/TSBattery/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v3.2-green)</a> <a href='https://github.com/fankes/TSBattery/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v3.3-green)</a>
<br/><br/> <br/><br/>
⚠️ 适配说明<br/> ⚠️ 适配说明<br/>

View File

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