Skip to content

Commit

Permalink
Updated files for 5.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Jul 8, 2020
1 parent 59a301b commit 2a61974
Show file tree
Hide file tree
Showing 55 changed files with 30 additions and 6 deletions.
8 changes: 4 additions & 4 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 xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="5.4.3">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="5.5.0">

<name>Apptentive</name>
<description>Apptentive Plugin For Cordova</description>
Expand Down Expand Up @@ -42,9 +42,9 @@
</config-file>
<config-file target="./res/values/strings.xml" parent="/resources">
<string name="apptentive_distribution">Cordova</string>
<string name="apptentive_distribution_version">5.4.3</string>
<string name="apptentive_distribution_version">5.5.0</string>
</config-file>
<framework src="com.apptentive:apptentive-android:5.4.6"/>
<framework src="com.apptentive:apptentive-android:5.5.3"/>
<source-file src="src/android/ApptentiveBridge.java" target-dir="src/com/apptentive/cordova"/>
<source-file src="src/android/JsonHelper.java" target-dir="src/com/apptentive/cordova"/>
</platform>
Expand Down Expand Up @@ -75,7 +75,7 @@
</config-file>

<config-file target="*-Info.plist" parent="ApptentivePluginVersion">
<string>5.4.3</string>
<string>5.5.0</string>
</config-file>

<!-- ApptentiveBridge -->
Expand Down
Loading

0 comments on commit 2a61974

Please sign in to comment.