Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uguraltinsoy authored Nov 24, 2022
1 parent ce81a12 commit 7a799fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Android MultiJSON

### AndroidManifest
```
```xml
<uses-permission android:name="android.permission.INTERNET"/>
```
## Download
### Build Gradle
```
```css
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
```css
dependencies {
implementation 'com.github.uguraltinsoy:MultiJSON:1.0.0'
}
```
## Usage Java - Kotlin
Expand Down

0 comments on commit 7a799fb

Please sign in to comment.