1
1
# HtmlUnit Android package
2
2
3
- Version 2.66 .0 / October 23 , 2022
3
+ Version 2.67 .0 / November 20 , 2022
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 >net.sourceforge.htmlunit</groupId >
26
26
<artifactId >htmlunit-android</artifactId >
27
- <version >2.66 .0</version >
27
+ <version >2.67 .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: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.66 .0'
36
+ implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit-android', version: '2.67 .0'
37
37
```
38
38
39
39
Overview
@@ -103,7 +103,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
103
103
<dependency >
104
104
<groupId >net.sourceforge.htmlunit</groupId >
105
105
<artifactId >htmlunit-android</artifactId >
106
- <version >2.67 .0-SNAPSHOT</version >
106
+ <version >2.68 .0-SNAPSHOT</version >
107
107
</dependency >
108
108
<!-- ... -->
109
109
</dependencies >
@@ -122,7 +122,7 @@ repositories {
122
122
}
123
123
// ...
124
124
dependencies {
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'
126
126
// ...
127
127
}
128
128
```
0 commit comments