Skip to content

Commit 7a6736d

Browse files
authored
Update README.md
1 parent 0932c5e commit 7a6736d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@
99
* WebViewActivity used/ call this directly to show webview
1010
* BaseActivity and BaseFragment
1111

12+
## How to use
13+
Gradle
14+
```
15+
allprojects {
16+
repositories {
17+
...
18+
maven { url 'https://jitpack.io' }
19+
}
20+
}
21+
22+
dependencies {
23+
implementation 'com.github.mncinnovation:mnc-android-code-standard-core:0.1.1'
24+
}
25+
```
26+
or Maven
27+
```
28+
<repositories>
29+
<repository>
30+
<id>jitpack.io</id>
31+
<url>https://jitpack.io</url>
32+
</repository>
33+
</repositories>
34+
35+
<dependency>
36+
<groupId>com.github.mncinnovation</groupId>
37+
<artifactId>mnc-android-code-standard-core</artifactId>
38+
<version>0.1.1</version>
39+
</dependency>
40+
```
41+
1242
## License
1343

1444
```

0 commit comments

Comments
 (0)