Skip to content

Commit

Permalink
edit readme file library version
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemradwan authored Jul 1, 2020
1 parent 88cceee commit 92f6181
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ allprojects {
}
}
```
After Thet add `implementation 'com.github.kareemradwan:Stepper-Library:0.2'` in `build.gradle` in App Level

After Thet add Library in `build.gradle` in App Level
in `dependencies` Tag

``` kotlin
implementation 'com.github.kareemradwan:Stepper-Library:0.3'
```


## How Library Work
Expand Down

0 comments on commit 92f6181

Please sign in to comment.