Skip to content

Commit

Permalink
Supress predecitive text bar on Android #56
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 10, 2017
1 parent afea26a commit c94691b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-native-keyboard",
"version": "1.4.9",
"version": "1.4.10",
"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.",
"cordova": {
"id": "cordova-plugin-native-keyboard",
Expand Down
2 changes: 1 addition & 1 deletion 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"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-native-keyboard"
version="1.4.9">
version="1.4.10">

<name>Native Keyboard</name>

Expand Down
Binary file modified src/android/lib/nativekeyboard.jar
Binary file not shown.

0 comments on commit c94691b

Please sign in to comment.