Skip to content

Commit 994c7a4

Browse files
author
Roman Tcaregorodtcev
authored
Update README.md
1 parent f6417b2 commit 994c7a4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1+
[![](https://jitpack.io/v/Omega-R/OmegaExtensions.svg)](https://jitpack.io/#Omega-R/OmegaExtensions)
2+
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
3+
14
# OmegaExtensions
25
A set of Kotlin extensions for Android app development
6+
7+
8+
Add it in your root build.gradle at the end of repositories:
9+
10+
allprojects {
11+
repositories {
12+
...
13+
maven { url 'https://jitpack.io' }
14+
}
15+
}
16+
Step 2. Add the dependency
17+
18+
dependencies {
19+
implementation 'com.github.Omega-R:OmegaExtensions:1.0.0'
20+
}

0 commit comments

Comments
 (0)