We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e023aa commit 57287dfCopy full SHA for 57287df
README.md
@@ -66,6 +66,13 @@ dependencies {
66
```
67
68
## Changelog
69
+*7.4.1*
70
+- **[BUG FIX]**
71
+ - Fix the configuration of `selenium-java` dependency. [#1417](https://github.com/appium/java-client/pull/1417)
72
+- **[DEPENDENCY UPDATES]**
73
+ - `gradle` was updated to 6.7.1.
74
+
75
76
*7.4.0*
77
- **[ENHANCEMENTS]**
78
- Add ability to set multiple settings. [#1409](https://github.com/appium/java-client/pull/1409)
build.gradle
@@ -131,7 +131,7 @@ publishing {
131
mavenJava(MavenPublication) {
132
groupId = 'io.appium'
133
artifactId = 'java-client'
134
- version = '7.4.0'
+ version = '7.4.1'
135
from components.java
136
pom {
137
name = 'java-client'
0 commit comments