Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bayuwijdev committed Oct 23, 2021
1 parent 0932c5e commit 7a6736d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,36 @@
* WebViewActivity used/ call this directly to show webview
* BaseActivity and BaseFragment

## How to use
Gradle
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.mncinnovation:mnc-android-code-standard-core:0.1.1'
}
```
or Maven
```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.mncinnovation</groupId>
<artifactId>mnc-android-code-standard-core</artifactId>
<version>0.1.1</version>
</dependency>
```

## License

```
Expand Down

0 comments on commit 7a6736d

Please sign in to comment.