diff options
| author | Menny Even Danan <menny@evendanan.net> | 2015-10-21 15:56:53 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2015-10-21 15:56:53 +0000 |
| commit | c3e332a20142cc52e19c7222c30a0aecaa1bbed4 (patch) | |
| tree | c97cf1df3d389b43029694d8f5978595c42b1d9e /build.gradle | |
| parent | 70a389820d89e9601600becb82f903f2662339b4 (diff) | |
| download | AnySoftKeyboard-c3e332a20142cc52e19c7222c30a0aecaa1bbed4.tar.gz AnySoftKeyboard-c3e332a20142cc52e19c7222c30a0aecaa1bbed4.tar.bz2 | |
updating support libraries
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 79c7d02be..fb1674547 100644 --- a/build.gradle +++ b/build.gradle @@ -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.1' - compile 'com.android.support:recyclerview-v7:23.0.1' - compile 'com.android.support:support-annotations:23.0.1' + compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:recyclerview-v7:23.1.0' + compile 'com.android.support:support-annotations:23.1.0' compile fileTree(dir: 'libs', include: '*.jar') testCompile 'junit:junit:4.12' |
