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

Commit

Permalink
Update example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Häll committed Apr 25, 2017
1 parent 0e62c6c commit 404240a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 128 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ Run Appium:

```
cd example
# Install OpenCV (change path according to your platform)
mvn install:install-file -Dfile=lib/linux/opencv/opencv-2413.jar -DgroupId=opencv -DartifactId=opencv -Dversion=2.4.13 -Dpackaging=jar
# Download the example Android application
wget https://github.com/bitbar/testdroid-samples/blob/master/apps/builds/BitbarSampleApp.apk -O application.apk
Expand Down
41 changes: 0 additions & 41 deletions example/lib/linux/opencv/LICENSE

This file was deleted.

Binary file removed example/lib/linux/opencv/libopencv_java2413.so
Binary file not shown.
Binary file removed example/lib/linux/opencv/opencv-2413.jar
Binary file not shown.
41 changes: 0 additions & 41 deletions example/lib/mac/opencv/LICENSE

This file was deleted.

Binary file removed example/lib/mac/opencv/libopencv_java2413.dylib
Binary file not shown.
Binary file removed example/lib/mac/opencv/opencv-2413.jar
Binary file not shown.
41 changes: 0 additions & 41 deletions example/lib/win/opencv/LICENSE

This file was deleted.

Binary file removed example/lib/win/opencv/opencv-2413.jar
Binary file not shown.
Binary file removed example/lib/win/opencv/x64/opencv_java2413.dll
Binary file not shown.
Binary file removed example/lib/win/opencv/x86/opencv_java2413.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>com.testdroid</groupId>
<artifactId>mobile-opencv-image-recognition-library</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>4.1.2</version>
<version>5.0.0-BETA7</version>
</dependency>
<dependency>
<groupId>com.testdroid</groupId>
Expand Down

0 comments on commit 404240a

Please sign in to comment.