Skip to content

Commit ea962e1

Browse files
committed
Update version to 1.35,fix more bugs.
1 parent 3e2b824 commit ea962e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen)
44
![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue)
5-
![Eclipse Marketplace](https://img.shields.io/badge/version-v1.3-green)
5+
![Eclipse Marketplace](https://img.shields.io/badge/version-v1.35-green)
66
<br/><br/>
77
<img src="https://github.com/fankes/ColorOSNotifyIcon/blob/master/app/src/main/ic_launcher-playstore.png" width = "100" height = "100"/>
88
<br/>
@@ -12,7 +12,7 @@ Optimize notification icons for ColorOS and adapt to native notification icon sp
1212
# 开始使用
1313

1414
点击下载最新版本
15-
<a href='https://github.com/fankes/ColorOSNotifyIcon/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v1.3-green)</a>
15+
<a href='https://github.com/fankes/ColorOSNotifyIcon/releases'>![Eclipse Marketplace](https://img.shields.io/badge/download-v1.35-green)</a>
1616
<br/><br/>
1717
⚠️ 适配说明<br/>
1818

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
ext {
8-
appVersionName = "1.3"
9-
appVersionCode = 4
8+
appVersionName = "1.35"
9+
appVersionCode = 5
1010
}
1111

1212
task clean(type: Delete) {

0 commit comments

Comments
 (0)