Skip to content

Commit ecfab3d

Browse files
committed
Release 1.1.1
1 parent 6897bcb commit ecfab3d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1620
USAGE
1721
-----
1822

1923
Just add Switcher view in your layout XML and Switcher library in your project via Gradle:
2024

2125
```gradle
2226
dependencies {
23-
implementation 'com.bitvale:switcher:1.1.0'
27+
implementation 'com.bitvale:switcher:1.1.1'
2428
}
2529
```
2630

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

demo/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2127
dependencies {

0 commit comments

Comments
 (0)