Skip to content

Commit

Permalink
Fixed the "class not found" bug on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
ohh2ahh committed Apr 8, 2014
1 parent 4ee9c81 commit 089b395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.ohh2ahh.plugins.appavailability"
version="0.2.0">
version="0.2.1">

<name>AppAvailability</name>

Expand Down Expand Up @@ -34,7 +34,7 @@

<!-- Android -->
<platform name="android">
<config-file target="config.xml" parent="/*">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="AppAvailability">
<param name="android-package" value="com.ohh2ahh.appavailability.AppAvailability" />
</feature>
Expand All @@ -43,4 +43,4 @@
<source-file src="src/android/AppAvailability.java" target-dir="src/com/ohh2ahh/appavailability/" />
</platform>

</plugin>
</plugin>

0 comments on commit 089b395

Please sign in to comment.