diff options
| author | Menny Even Danan <menny@evendanan.net> | 2015-11-05 03:10:14 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2015-11-05 03:10:14 +0000 |
| commit | 9e2af1ee83d1d8dc43e33598016c6122aeeaa033 (patch) | |
| tree | 350a2d8f2b452db437ef3aa5c41f6beb88caab25 /build.gradle | |
| parent | 91ec4ebe5e652ad75d555c0daf21b5a1bccad0ad (diff) | |
| download | AnySoftKeyboard-9e2af1ee83d1d8dc43e33598016c6122aeeaa033.tar.gz AnySoftKeyboard-9e2af1ee83d1d8dc43e33598016c6122aeeaa033.tar.bz2 | |
updating libraries and using correct key-codes constants. #5021.6-beta2
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index deed42eda..247a7aec5 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ android { } compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { applicationId 'com.menny.android.anysoftkeyboard' @@ -179,7 +179,7 @@ dependencies { compile project(':jnidictionaryv1') compile project(':jnidictionaryv2') - compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.2.6' + compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.2.7' compile 'com.github.menny:FrankenRobot:1.1.5' compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:recyclerview-v7:23.1.0' |
