We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b273685 commit 5703eaeCopy full SHA for 5703eae
README.md
@@ -5,6 +5,9 @@
5
Format numbers using a string pattern with this simple number formatted like `##-####-##`
6
7
# Installation
8
+To get a Git project into your build:
9
+**Step 1.** Add the JitPack repository to your build file
10
+
11
Add it in your root `build.gradle` at the end of repositories:
12
13
```groovy
@@ -16,6 +19,8 @@ buildscript {
16
19
}
17
20
```
18
21
22
+**Step 2.** Add the dependency
23
24
25
implementation "com.github.Husseinhj:AndroidPattern:1.0.1"
26
0 commit comments