diff options
| author | Menny Even Danan <menny@evendanan.net> | 2015-09-05 21:01:28 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2015-09-05 21:01:28 +0000 |
| commit | 45d96566b45d7b5b3bb3bb855c911bb980feb8c1 (patch) | |
| tree | a8c784093ea2fb1c4b7ba3d9dbda176e672086cf /build.gradle | |
| parent | 41b5c03a753d01bd9e0f278d4939d52be1c28293 (diff) | |
| download | AnySoftKeyboard-45d96566b45d7b5b3bb3bb855c911bb980feb8c1.tar.gz AnySoftKeyboard-45d96566b45d7b5b3bb3bb855c911bb980feb8c1.tar.bz2 | |
updating build tools and support library
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index c8176bf68..03d236c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ android { } compileSdkVersion 23 - buildToolsVersion "23.0.0" + buildToolsVersion "23.0.1" defaultConfig { applicationId 'com.menny.android.anysoftkeyboard' @@ -181,9 +181,9 @@ dependencies { compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.2.4' compile 'com.github.menny:FrankenRobot:1.1.5' - compile 'com.android.support:appcompat-v7:23.0.0' - compile 'com.android.support:recyclerview-v7:23.0.0' - compile 'com.android.support:support-annotations:23.0.0' + compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:support-annotations:23.0.1' compile fileTree(dir: 'libs', include: '*.jar') testCompile 'junit:junit:4.12' |
