Skip to content

Commit 7478b23

Browse files
authored
Update README.md
1 parent 46bc8f4 commit 7478b23

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
</p>
2020
2121
<p align="center">
22+
<a href="#features">Features</a> •
23+
<a href="#development">Development</a> •
2224
<a href="#usage">Usage</a> •
2325
<a href="#license">License</a> •
2426
<a href="#contribution">Contribution</a>
@@ -32,6 +34,40 @@
3234
---
3335
3436
[![ezgif-com-gif-maker.gif](https://i.postimg.cc/Qd4wvkhq/ezgif-com-gif-maker.gif)](https://postimg.cc/ts6Bx611)
37+
38+
## Features
39+
40+
* Written in Kotlin
41+
* No boilerplate code
42+
* Easy initialization
43+
* Supports Lottie, Gifs, Images and more
44+
* Written for Jetpack Compose
45+
46+
## Gradle Dependency
47+
48+
* Add the JitPack repository to your project's build.gradle file
49+
50+
```
51+
allprojects {
52+
repositories {
53+
...
54+
maven { url 'https://jitpack.io' }
55+
}
56+
}
57+
```
58+
* Add the dependency in your app's build.gradle file
59+
60+
```
61+
dependencies {
62+
implementation 'com.github.akshaaatt:Dialogs-Android:1.0.0'
63+
}
64+
```
65+
66+
## Development
67+
68+
* Prerequisite: Latest version of the Android Studio and SDKs on your pc.
69+
* Clone this repository.
70+
* Use the `gradlew build` command to build the project directly or use the IDE to run the project to your phone or the emulator.
3571

3672
## Usage
3773

0 commit comments

Comments
 (0)