Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nailshaykhraziev committed Jul 21, 2021
1 parent 0ac9676 commit 2f8f9ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
7 changes: 1 addition & 6 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ same can be achieved by adding Maven dependencies like so:
<dependency>
<groupId>com.github.contentful</groupId>
<artifactId>contentful.java</artifactId>
<version>v10.4.1</version>
</dependency>
<dependency>
<groupId>com.github.contentful</groupId>
<artifactId>rich-text-renderer-java</artifactId>
<version>master-SNAPSHOT</version>
<version>v10.4.5</version>
</dependency>
```

Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
apply plugin: "java"
apply plugin: "maven"


allprojects {
group = "com.github.contentful.rich"

Expand All @@ -37,10 +36,6 @@ dependencies {
}
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
7 changes: 1 addition & 6 deletions html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ same can be achieved by adding Maven dependencies like so:
<dependency>
<groupId>com.github.contentful</groupId>
<artifactId>contentful.java</artifactId>
<version>v10.4.1</version>
</dependency>
<dependency>
<groupId>com.github.contentful</groupId>
<artifactId>rich-text-renderer-java</artifactId>
<version>master-SNAPSHOT</version>
<version>v10.4.5</version>
</dependency>
```

Expand Down

0 comments on commit 2f8f9ce

Please sign in to comment.