Skip to content

Commit f25b138

Browse files
committed
version 3.5.0
1 parent 058a4af commit f25b138

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit Android package
22

3-
Version 3.3.0 / June 08, 2023
3+
Version 3.5.0 / August 20, 2023
44

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

@@ -24,7 +24,7 @@ Add to your `pom.xml`:
2424
<dependency>
2525
<groupId>org.htmlunit</groupId>
2626
<artifactId>htmlunit3-android</artifactId>
27-
<version>3.3.0</version>
27+
<version>3.5.0</version>
2828
</dependency>
2929
```
3030

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

3535
```groovy
36-
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.3.0'
36+
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.5.0'
3737
```
3838

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

6565
**Android 7 (Nougat)**
6666

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

7070
Contributing
@@ -102,7 +102,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
102102
<dependency>
103103
<groupId>net.sourceforge.htmlunit</groupId>
104104
<artifactId>htmlunit3-android</artifactId>
105-
<version>3.4.0-SNAPSHOT</version>
105+
<version>3.6.0-SNAPSHOT</version>
106106
</dependency>
107107
<!-- ... -->
108108
</dependencies>
@@ -121,7 +121,7 @@ repositories {
121121
}
122122
// ...
123123
dependencies {
124-
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.4.0-SNAPSHOT'
124+
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.6.0-SNAPSHOT'
125125
// ...
126126
}
127127
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit3-android</artifactId>
8-
<version>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0</version>
99

1010
<name>HtmlUnitAndroid</name>
1111
<organization>

0 commit comments

Comments
 (0)