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`:
3333Add 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
3939Overview
@@ -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.
6868Therefore, you need to override the dependency and use commons-io 2.5 instead.
6969
7070Contributing
@@ -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// ...
123123dependencies {
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```
0 commit comments