Skip to content

Commit 243a64a

Browse files
committed
2 parents 90405e7 + 2dd2bb9 commit 243a64a

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,6 +1,7 @@
11
# Android Particles
22
Particle animation library for Android
33

4+
[![](https://jitpack.io/v/ibrahimsn98/android-particles.svg)](https://jitpack.io/#ibrahimsn98/android-particles)
45

56
# Example
67
<img width="300" src="https://github.com/ibrahimsn98/android-particles/blob/master/art/particle.gif"/>
@@ -16,7 +17,7 @@ allprojects {
1617
}
1718
}
1819
dependencies {
19-
implementation 'com.github.ibrahimsn98:android-particles:1.3'
20+
implementation 'com.github.ibrahimsn98:android-particles:1.4'
2021
}
2122
```
2223

@@ -28,8 +29,7 @@ dependencies {
2829
app:particleCount="20"
2930
app:minParticleRadius="5"
3031
app:maxParticleRadius="12"
31-
app:particleColor="@color/colorAccent"
32-
app:backgroundColor="@color/colorBackground"/>
32+
app:particleColor="@color/colorAccent" />
3333
```
3434

3535
# Inspired From

0 commit comments

Comments
 (0)