Skip to content

Commit d7b5b69

Browse files
committed
Merge branch 'main' of https://github.com/vimalcvs/Day-Night-Switch into main
2 parents ffdfe25 + c66a11f commit d7b5b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Day Night Switch Button App
2-
[![](https://jitpack.io/v/vimalcvs/DayNightSwitch.svg)](https://jitpack.io/#vimalcvs/DayNightSwitch)
2+
[![](https://jitpack.io/v/vimalcvs/Day-Night-Switch.svg)](https://jitpack.io/#vimalcvs/Day-Night-Switch)
33

44
A cute day night switch for android
55
Inspired from this gif :
@@ -20,7 +20,7 @@ Step 2. Add the dependency
2020

2121
```
2222
dependencies {
23-
implementation 'com.github.vimalcvs:DayNightSwitch:1.0.0'
23+
implementation 'com.github.vimalcvs:Day-Night-Switch:1.0.2'
2424
}
2525
```
2626

@@ -29,7 +29,7 @@ Step 2. Add the dependency
2929
just add it to your xml layout file
3030

3131
```xml
32-
<com.vimalcvs.dnswitch.DayNightSwitch
32+
< com.vimalcvs.switchdn.DayNightSwitch
3333
android:id="@+id/switch_item"
3434
android:layout_width="63dp"
3535
android:layout_height="33dp"

0 commit comments

Comments
 (0)