summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2017-12-12 15:05:30 +0100
committercyBerta <cyberta@riseup.net>2017-12-12 15:05:30 +0100
commita60fa8124fc8c8cfc80ced0a8faa62abb39075f5 (patch)
treecd00598c580c25c4b35262505d0a06ad82f13fb6 /app/build.gradle
parent2852e3c1ada994b3ca2aff4a19e98c16ad540a25 (diff)
#8742 add notifications for blocking vpn
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cdeccb6c..718e9133 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -75,8 +75,9 @@ 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-annotations:25.3.1'
- compile 'com.android.support:support-v4:26.0.0-alpha1'
+ compile "com.android.support:support-core-utils:26.1.0"
+ compile 'com.android.support:support-annotations:26.1.0'
+ compile 'com.android.support:support-v4:26.1.0'
}
def processFileInplace(file, Closure processText) {