diff --git a/README.md b/README.md index 027130c..0bead80 100644 --- a/README.md +++ b/README.md @@ -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 上的一个开关按钮控件 @@ -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` diff --git a/docs/switch-button-sample.apk b/docs/switch-button-sample.apk index dd8fa52..80146b2 100644 Binary files a/docs/switch-button-sample.apk and b/docs/switch-button-sample.apk differ diff --git a/gradle.properties b/gradle.properties index c87c907..d4cbbdc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +VERSION_CODE=2000 +VERSION_NAME=2.0.0 \ No newline at end of file