Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Resolving #38
Browse files Browse the repository at this point in the history
  • Loading branch information
darryncampbell committed Mar 8, 2018
1 parent b22421d commit 99d1e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com-darryncampbell-cordova-plugin-intent",
"version": "0.1.2",
"version": "1.0.0",
"description": "General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.",
"main": "intentShim.js",
"cordova": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com-darryncampbell-cordova-plugin-intent" version="0.1.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.androcordov.com/apk/res/android">
<plugin id="com-darryncampbell-cordova-plugin-intent" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.androcordov.com/apk/res/android">
<name>Intent Shim</name>
<js-module name="IntentShim" src="www/IntentShim.js">
<clobbers target="intentShim" />
Expand Down Expand Up @@ -37,7 +37,7 @@
</config-file>
<source-file src="src/android/IntentShim.java" target-dir="src/com/darryncampbell/plugin/intent" />
<resource-file src="src/android/res/xml/provider_paths.xml" target="res/xml/provider_paths.xml"/>
<framework src="com.android.support:support-v4:+" />
<framework src="com.android.support:support-v4:27.1.0" />
</platform>

</plugin>

0 comments on commit 99d1e8b

Please sign in to comment.