diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-04 05:20:56 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-04 05:20:56 +0100 |
| commit | 4cff31bfd20d305a7858c28ac2eee5d8d5839b74 (patch) | |
| tree | c3b8bee744a00b5880f922b6f35a62aac994e4d0 /app/build.gradle | |
| parent | 3f06aee05ac73d849cef45cc5de49268763f82da (diff) | |
Full Preference API10 Support!
New TTS.Engine structure
Diffstat (limited to 'app/build.gradle')
| -rw-r--r-- | app/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 51eb977..2447bd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,6 +20,7 @@ android { dependencies { compile 'com.android.support:support-v4:23.1.0' - compile 'com.android.support:preference-v7:23.1.0' + // compile 'com.android.support:preference-v7:23.1.0' + } |
