This repository was archived by the owner on Apr 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<config-file target =" res/xml/config.xml" parent =" /*" >
22
22
<feature name =" Keyboard" >
23
- <param name =" android-package" value =" com .ionic.keyboard.IonicKeyboard" />
23
+ <param name =" android-package" value =" io .ionic.keyboard.IonicKeyboard" />
24
24
<param name =" onload" value =" true" />
25
25
</feature >
26
26
</config-file >
27
27
28
- <source-file src =" src/android/IonicKeyboard.java" target-dir =" src/com /ionic/keyboard" />
28
+ <source-file src =" src/android/IonicKeyboard.java" target-dir =" src/io /ionic/keyboard" />
29
29
</platform >
30
30
31
31
<!-- ios -->
48
48
<lib-file src =" src/blackberry10/native/device/libKeyboard.so" arch =" device" />
49
49
<lib-file src =" src/blackberry10/native/simulator/libKeyboard.so" arch =" simulator" />
50
50
<config-file target =" www/config.xml" parent =" /widget" >
51
- <feature name =" Keyboard" value =" com .ionic.keyboard" />
51
+ <feature name =" Keyboard" value =" io .ionic.keyboard" />
52
52
53
53
</config-file >
54
54
</platform >
Original file line number Diff line number Diff line change 1
- package com .ionic .keyboard ;
1
+ package io .ionic .keyboard ;
2
2
3
3
import org .apache .cordova .CallbackContext ;
4
4
import org .apache .cordova .CordovaInterface ;
You can’t perform that action at this time.
0 commit comments