Skip to content

Commit 1daf2d0

Browse files
committed
update readme
reduce third party section text.
1 parent 3927c3d commit 1daf2d0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,6 @@ For full example check the code inside sample_code project.
8888
The only dependencies is **GSON**.
8989
*Required to add manually when using IntelliJava jar. However, if you imported this repo through Maven, it will handle the dependencies.*
9090

91-
For Maven:
92-
```
93-
<dependency>
94-
<groupId>com.google.code.gson</groupId>
95-
<artifactId>gson</artifactId>
96-
<version>2.10.1</version>
97-
</dependency>
98-
```
99-
100-
For Gradle:
101-
```
102-
dependencies {
103-
implementation 'com.google.code.gson:gson:2.10.1'
104-
}
105-
```
106-
10791
For jar download:
10892
[gson download repo](https://search.maven.org/artifact/com.google.code.gson/gson/2.10.1/jar)
10993

0 commit comments

Comments
 (0)