Skip to content

Commit 74c45a3

Browse files
committed
version 3.3.0
1 parent 69038cb commit 74c45a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

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

3-
Version 3.1.0 / April 27, 2023
3+
Version 3.3.0 / June 08, 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.1.0</version>
27+
<version>3.3.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.1.0'
36+
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.3.0'
3737
```
3838

3939
Overview
@@ -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.2.0-SNAPSHOT</version>
105+
<version>3.4.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.2.0-SNAPSHOT'
124+
implementation group: 'org.htmlunit', name: 'htmlunit3-android', version: '3.4.0-SNAPSHOT'
125125
// ...
126126
}
127127
```

pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
8+
<version>3.3.0</version>
99

1010
<name>HtmlUnitAndroid</name>
1111
<organization>
@@ -26,7 +26,7 @@
2626
<maven.compiler.source>8</maven.compiler.source>
2727
<maven.compiler.target>8</maven.compiler.target>
2828

29-
<htmlunit.version>3.2.0-SNAPSHOT</htmlunit.version>
29+
<htmlunit.version>3.3.0</htmlunit.version>
3030
<!-- overwrite the jetty version to be compatible with older android api's -->
3131
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
3232
<jetty.version>9.4.19.v20190610</jetty.version>

0 commit comments

Comments
 (0)