1
1
# HtmlUnit Android package
2
2
3
- Version 3.3 .0 / June 08 , 2023
3
+ Version 3.5 .0 / August 20 , 2023
4
4
5
5
:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
6
6
@@ -24,7 +24,7 @@ Add to your `pom.xml`:
24
24
<dependency >
25
25
<groupId >org.htmlunit</groupId >
26
26
<artifactId >htmlunit3-android</artifactId >
27
- <version >3.3 .0</version >
27
+ <version >3.5 .0</version >
28
28
</dependency >
29
29
```
30
30
@@ -33,7 +33,7 @@ Add to your `pom.xml`:
33
33
Add to your ` build.gradle ` :
34
34
35
35
``` 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'
37
37
```
38
38
39
39
Overview
@@ -64,7 +64,7 @@ All the other dependencies are still dependencies of this package (see the pom.x
64
64
65
65
** Android 7 (Nougat)**
66
66
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.
68
68
Therefore, you need to override the dependency and use commons-io 2.5 instead.
69
69
70
70
Contributing
@@ -102,7 +102,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
102
102
<dependency >
103
103
<groupId >net.sourceforge.htmlunit</groupId >
104
104
<artifactId >htmlunit3-android</artifactId >
105
- <version >3.4 .0-SNAPSHOT</version >
105
+ <version >3.6 .0-SNAPSHOT</version >
106
106
</dependency >
107
107
<!-- ... -->
108
108
</dependencies >
@@ -121,7 +121,7 @@ repositories {
121
121
}
122
122
// ...
123
123
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'
125
125
// ...
126
126
}
127
127
```
0 commit comments