Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit 404240a

Browse files
author
Lasse Häll
committed
Update example project
1 parent 0e62c6c commit 404240a

File tree

12 files changed

+2
-128
lines changed

12 files changed

+2
-128
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Run Appium:
4040

4141
```
4242
cd example
43-
44-
# Install OpenCV (change path according to your platform)
45-
mvn install:install-file -Dfile=lib/linux/opencv/opencv-2413.jar -DgroupId=opencv -DartifactId=opencv -Dversion=2.4.13 -Dpackaging=jar
4643
4744
# Download the example Android application
4845
wget https://github.com/bitbar/testdroid-samples/blob/master/apps/builds/BitbarSampleApp.apk -O application.apk

example/lib/linux/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-17.8 MB
Binary file not shown.
-440 KB
Binary file not shown.

example/lib/mac/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-16.7 MB
Binary file not shown.
-440 KB
Binary file not shown.

example/lib/win/opencv/LICENSE

Lines changed: 0 additions & 41 deletions
This file was deleted.
-442 KB
Binary file not shown.
-9.19 MB
Binary file not shown.
-7.67 MB
Binary file not shown.

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency>
1010
<groupId>com.testdroid</groupId>
1111
<artifactId>mobile-opencv-image-recognition-library</artifactId>
12-
<version>0.2</version>
12+
<version>0.3</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>ch.qos.logback</groupId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.appium</groupId>
2121
<artifactId>java-client</artifactId>
22-
<version>4.1.2</version>
22+
<version>5.0.0-BETA7</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.testdroid</groupId>

0 commit comments

Comments
 (0)