Skip to content

Commit

Permalink
version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 20, 2023
1 parent 058a4af commit f25b138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit Android package

Version 3.3.0 / June 08, 2023
Version 3.5.0 / August 20, 2023

:heart: [Sponsor](https://github.com/sponsors/rbri)

Expand All @@ -24,7 +24,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit3-android</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
</dependency>
```

Expand All @@ -33,7 +33,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.3.0'
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.5.0'
```

Overview
Expand Down Expand Up @@ -64,7 +64,7 @@ All the other dependencies are still dependencies of this package (see the pom.x

**Android 7 (Nougat)**

Due to the lack of support for ThreadLocal#withInitial, the connons-io version 2.10 used by HtmlUnit does not work.
Due to the lack of support for ThreadLocal#withInitial, the connons-io version 2.13.0 used by HtmlUnit does not work.
Therefore, you need to override the dependency and use commons-io 2.5 instead.

Contributing
Expand Down Expand Up @@ -102,7 +102,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit3-android</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -121,7 +121,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.4.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.6.0-SNAPSHOT'
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.htmlunit</groupId>
<artifactId>htmlunit3-android</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>

<name>HtmlUnitAndroid</name>
<organization>
Expand Down

0 comments on commit f25b138

Please # to comment.