We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185e9b8 commit 5974214Copy full SHA for 5974214
1 file changed
README.md
@@ -1,6 +1,31 @@
1
**Project ePars and Modules**
2
It's self project for testing project API and other idea
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
28
**Today have**
29
- [](https://jitpack.io/#JastAir/Android-ProgressView)
-ProgressBar (with percent and indeterminate)
30
+ ProgressBar (with percent and indeterminate)
31
0 commit comments