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

Commit

Permalink
🔖 Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Nov 19, 2017
1 parent cd9ac6e commit 9aa66de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![Logo](docs/logo.png) SwitchButton

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

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

Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies {
}
```

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

最低支持 `Android2.2 API 7`

Expand Down
Binary file modified docs/switch-button-sample.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ BUILD_TOOLS_VERSION=26.0.2
MIN_SDK_VERSION=7
TARGET_SDK_VERSION=22

VERSION_CODE=120
VERSION_NAME=1.2.0
VERSION_CODE=2000
VERSION_NAME=2.0.0

0 comments on commit 9aa66de

Please sign in to comment.