This repository was archived by the owner on Feb 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/anysoftkeyboard/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ repositories {
1616Step 2. Add the dependency in the form
1717```
1818dependencies {
19- compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.3.2 '
19+ compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.3.4 '
2020}
2121```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 7
99 targetSdkVersion 23
1010 versionCode 2
11- versionName " 1.3.3 "
11+ versionName " 1.3.4 "
1212 }
1313 buildTypes {
1414 release {
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ public class KeyCodes {
5454 public static final int CLIPBOARD_CUT = -131 ;
5555 public static final int CLIPBOARD_PASTE = -132 ;
5656 public static final int CLIPBOARD_PASTE_POPUP = -133 ;
57- public static final int CLIPBOARD_PASTE_SELECT = -134 ;
58- public static final int CLIPBOARD_PASTE_SELECT_ALL = -135 ;
57+ public static final int CLIPBOARD_SELECT = -134 ;
58+ public static final int CLIPBOARD_SELECT_ALL = -135 ;
5959}
You can’t perform that action at this time.
0 commit comments