File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 19
19
</p >
20
20
21
21
<p align =" center " >
22
+ <a href =" #features " >Features</a > •
23
+ <a href =" #development " >Development</a > •
22
24
<a href =" #usage " >Usage</a > •
23
25
<a href =" #license " >License</a > •
24
26
<a href =" #contribution " >Contribution</a >
32
34
---
33
35
34
36
[ ![ 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.
35
71
36
72
## Usage
37
73
You can’t perform that action at this time.
0 commit comments