aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2015-11-07 03:25:39 +0000
committerMenny Even Danan <menny@evendanan.net>2015-11-07 03:25:39 +0000
commitd4d4d6cfdebafacbb255c424d7da031aacba7d1b (patch)
tree948749922c40ee9acf9468c63d7a3109a3f087fe /build.gradle
parent788a5a21603a10057bf664a103b06cf8257aeca2 (diff)
downloadAnySoftKeyboard-d4d4d6cfdebafacbb255c424d7da031aacba7d1b.tar.gz
AnySoftKeyboard-d4d4d6cfdebafacbb255c424d7da031aacba7d1b.tar.bz2
correctly setting sub-roots. #525
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e064cd47a..78316acd1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -183,7 +183,7 @@ dependencies {
compile 'com.android.support:recyclerview-v7:23.1.0'
compile 'com.android.support:support-annotations:23.1.0'
compile 'com.android.support:palette-v7:23.1.0'
- compile 'com.github.menny:Chauffeur:0.0.7'
+ compile 'com.github.menny:Chauffeur:0.0.8'
compile fileTree(dir: 'libs', include: '*.jar')
testCompile 'junit:junit:4.12'