Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 9aa66de

Browse files
author
Flyge
committed
🔖 Release 2.0.0
1 parent cd9ac6e commit 9aa66de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ![Logo](docs/logo.png) SwitchButton
22

33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SwitchButton-green.svg?style=true)](https://android-arsenal.com/details/1/4175)
4-
[![Release Version](https://img.shields.io/github/release/panpf/SwitchButton.svg)](https://github.com/panpf/SwitchButton/releases)
4+
[![Release Version](https://img.shields.io/github/release/panpf/switch-button.svg)](https://github.com/panpf/switch-button/releases)
55

66
SwitchButton 是 Android 上的一个开关按钮控件
77

@@ -30,7 +30,7 @@ dependencies {
3030
}
3131
```
3232

33-
`$lastVersionName`[![Release Version](https://img.shields.io/github/release/panpf/SwitchButton.svg)](https://github.com/panpf/SwitchButton/releases)`(不带v)`
33+
`$lastVersionName`[![Release Version](https://img.shields.io/github/release/panpf/switch-button.svg)](https://github.com/panpf/switch-button/releases)`(不带v)`
3434

3535
最低支持 `Android2.2 API 7`
3636

docs/switch-button-sample.apk

-2.42 KB
Binary file not shown.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ BUILD_TOOLS_VERSION=26.0.2
2323
MIN_SDK_VERSION=7
2424
TARGET_SDK_VERSION=22
2525

26-
VERSION_CODE=120
27-
VERSION_NAME=1.2.0
26+
VERSION_CODE=2000
27+
VERSION_NAME=2.0.0

0 commit comments

Comments
 (0)