Skip to content

Commit df948a9

Browse files
author
roman_tcaregorodtcev
committed
Merge branch 'master' of https://github.com/Omega-R/OmegaExtensions into feature/base_extensions
2 parents 891eae8 + 994c7a4 commit df948a9

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)