11# HtmlUnit Android package
22
3- Version 2.66 .0 / October 23 , 2022
3+ Version 2.67 .0 / November 20 , 2022
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -24,7 +24,7 @@ Add to your `pom.xml`:
2424<dependency >
2525 <groupId >net.sourceforge.htmlunit</groupId >
2626 <artifactId >htmlunit-android</artifactId >
27- <version >2.66 .0</version >
27+ <version >2.67 .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: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.66 .0'
36+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67 .0'
3737```
3838
3939Overview
@@ -103,7 +103,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
103103 <dependency >
104104 <groupId >net.sourceforge.htmlunit</groupId >
105105 <artifactId >htmlunit-android</artifactId >
106- <version >2.67 .0-SNAPSHOT</version >
106+ <version >2.68 .0-SNAPSHOT</version >
107107 </dependency >
108108 <!-- ... -->
109109 </dependencies >
@@ -122,7 +122,7 @@ repositories {
122122}
123123// ...
124124dependencies {
125- implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67 .0-SNAPSHOT'
125+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.68 .0-SNAPSHOT'
126126 // ...
127127}
128128```
0 commit comments