File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,18 @@ Created this cool [switch animation](https://dribbble.com/shots/5429846-Switcher
1313 <img alt =" Read on Medium " src =" /art/medium.png " width =" 196 " height =" 80 " hspace =" 15 " />
1414</a >
1515
16+ APK
17+ -----
18+ Install the latest [ release] ( https://github.com/bitvale/Switcher/releases/latest )
19+
1620USAGE
1721-----
1822
1923Just add Switcher view in your layout XML and Switcher library in your project via Gradle:
2024
2125``` gradle
2226dependencies {
23- implementation 'com.bitvale:switcher:1.1.0 '
27+ implementation 'com.bitvale:switcher:1.1.1 '
2428}
2529```
2630
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 compileSdkVersion = 30
55 minSdkVersion = 17
66 targetSdkVersion = 30
7- versionName = " 1.1.0 "
7+ versionName = " 1.1.1 "
88 versionCode = 1
99
1010 kotlinVersion = ' 1.4.10'
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ android {
1616
1717 vectorDrawables. useSupportLibrary = true
1818 }
19+
20+ buildTypes {
21+ release {
22+ signingConfig signingConfigs. debug
23+ }
24+ }
1925}
2026
2127dependencies {
You can’t perform that action at this time.
0 commit comments