Skip to content

Commit 5974214

Browse files
authored
Update README.md
1 parent 185e9b8 commit 5974214

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
**Project ePars and Modules**
22
It's self project for testing project API and other idea
3-
3+
4+
**Install**
5+
To get a Git project into your build:
6+
7+
Step 1. Add the JitPack repository to your build file
8+
9+
gradle
10+
maven
11+
sbt
12+
leiningen
13+
Add it in your root build.gradle at the end of repositories:
14+
15+
allprojects {
16+
repositories {
17+
...
18+
maven { url 'https://jitpack.io' }
19+
}
20+
}Copy
21+
Step 2. Add the dependency
22+
23+
dependencies {
24+
implementation 'com.github.JastAir:Android-ProgressView:Tag'
25+
}
26+
27+
428
**Today have**
529
- [![](https://jitpack.io/v/JastAir/Android-ProgressView.svg)](https://jitpack.io/#JastAir/Android-ProgressView)
6-
ProgressBar (with percent and indeterminate)
30+
ProgressBar (with percent and indeterminate)
31+

0 commit comments

Comments
 (0)