You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ Most of performed methods are logged using LOG4J, so you can easily see a histor
15
15
16
16
We use interfaces where is possible, so you can implement your own version of target interface with no need to rewrite other classes.
17
17
18
+
> ### Breaking news!
19
+
> Starting from v5.0.0 onwards, this package requires Java 11 or higher, as Selenium and Appium have stopped support of Java 8.
20
+
> The last version available for Java 8 is [v4.1.1](https://github.com/aquality-automation/aquality-appium-mobile-java/releases/tag/v4.1.1)
21
+
22
+
18
23
### Quick start
19
24
20
25
To start the project using aquality.appium.mobile framework, you can [download our template BDD project by this link.](https://github.com/aquality-automation/aquality-appium-mobile-java-template)
@@ -26,7 +31,7 @@ Alternatively, you can follow the steps below:
0 commit comments