We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0932c5e commit 7a6736dCopy full SHA for 7a6736d
README.md
@@ -9,6 +9,36 @@
9
* WebViewActivity used/ call this directly to show webview
10
* BaseActivity and BaseFragment
11
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
42
## License
43
44
```
0 commit comments