diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 22:48:03 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-14 22:48:03 +0100 |
commit | 673c4221554fc92d87fa306c8a95cefb75693d78 (patch) | |
tree | c2e74c1ab1d42f05a27f64b6d915a39f639ee7dc /app/build.gradle | |
parent | f10380f7d8bc85d8127328a9d9c092bc109bb340 (diff) | |
parent | 67ff3447f10c43770dc9ee4dccf358321063d131 (diff) |
Merge remote-tracking branch '0xacab/0.9.8' into 0.9.8/sidebar
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index eb447913..f510b098 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,6 +76,7 @@ dependencies { compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0' compile 'com.squareup.okhttp3:okhttp:3.9.0' compile 'mbanje.kurt:fabbutton:1.1.4' + compile "com.android.support:support-core-utils:26.1.0" compile 'com.android.support:support-annotations:27.0.1' compile 'com.android.support:support-v4:26.1.0' compile 'com.android.support:appcompat-v7:26.1.0' |