aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2013-11-05 01:52:34 +0000
committerMenny Even Danan <menny@evendanan.net>2013-11-05 01:52:34 +0000
commitb3a83a0e7da1bbac590d6f7fc051b0af7a8217eb (patch)
treeed59ab4f3a91c386f69ac27c363cf1c479af6ede
parent48b10a19c100905bd3fafd56874889026d4fafba (diff)
parentd443a76580ac4f03ee50b13c6f7d949a90d49536 (diff)
downloadAnySoftKeyboard-b3a83a0e7da1bbac590d6f7fc051b0af7a8217eb.tar.gz
AnySoftKeyboard-b3a83a0e7da1bbac590d6f7fc051b0af7a8217eb.tar.bz2
Merge pull request #227 from menny/master
updating build tools and support libraries
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index e3b114eb6..fc83a86fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ def isEmpty(value) {
}
android {
- compileSdkVersion 18
- buildToolsVersion "18.1.0"
+ compileSdkVersion 19
+ buildToolsVersion "19.0.0"
defaultConfig {
minSdkVersion 7
@@ -102,10 +102,10 @@ android {
dependencies {
compile 'net.evendanan.anysoftkeyboard:api:1.0'
- compile 'com.android.support:support-v4:18.0.+'
+ compile 'com.android.support:support-v4:19.0.+'
compile 'net.evendanan:frankenrobot:1.1'
- compile 'com.android.support:appcompat-v7:18.0.+'
- compile 'com.google.code.findbugs:jsr305:2.0.1'
+ compile 'com.android.support:appcompat-v7:19.0.+'
+ compile 'com.google.code.findbugs:jsr305:2.0.+'
//https://groups.google.com/d/msg/adt-dev/nQobKd2Gl_8/Z5yWAvCh4h4J
compile fileTree(dir: 'libs', include: 'native_libs.jar')
}