Skip to content

Commit 5657ca4

Browse files
No text-predictions on Android with SwiftKey #83
1 parent de30df9 commit 5657ca4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-native-keyboard",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "This plugin aims to solve common keyboard problems encountered with Cordova / PhoneGap apps. The messenger component (see screenshots) is ready for production, but this plugin will have more tricks up its sleeve. I'll document those once they're ready for primetime as well.",
55
"cordova": {
66
"id": "cordova-plugin-native-keyboard",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-native-keyboard"
5-
version="1.5.5">
5+
version="1.5.6">
66

77
<name>Native Keyboard</name>
88

src/android/lib/nativekeyboard.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)