Skip to content

Commit

Permalink
Updates Wikitude Cordova plugin to use Wikitude SDK 8.0.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasSchacherbauerWikitude committed Jul 5, 2018
1 parent 0a36616 commit 6ac989c
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "com.wikitude.phonegap.wikitudeplugin",
"version": "7.2.1",
"version": "8.0.0",
"description": "Augmented Reality Wikitude SDK Plugin \n The Wikitude Cordova Plugin enables developers to embed an augmented reality view into their PhoneGap project. You can create a fully featured app with advanced augmented reality features, including image recognition, purely using HTML, CSS and JavaScript.\n ",
"cordova": {
"id": "",
Expand Down
11 changes: 6 additions & 5 deletions plugin.xml
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.wikitude.phonegap.WikitudePlugin"
version="7.2.1">
version="8.0.0">

<name>Augmented Reality - Wikitude SDK Plugin</name>

Expand Down Expand Up @@ -61,11 +61,12 @@
<!-- adds MediaPlayerActivity, required for startVideo feature-->
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:name="com.wikitude.tools.activities.MediaPlayerActivity" android:screenOrientation="landscape">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<meta-data android:name="com.google.ar.core" android:value="optional" />
</config-file>

<!-- adds WikitudePlugin in project's config.xml -->
Expand Down

0 comments on commit 6ac989c

Please sign in to comment.