1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 18:59:42 +02:00

Use customTabs to open external links. This is a very basic implementation

This commit is contained in:
vanitasvitae 2016-09-11 12:35:16 +02:00
parent 0b0b0198df
commit ae2cefd6a5
6 changed files with 331 additions and 4 deletions

View file

@ -48,6 +48,7 @@ dependencies {
compile 'com.jakewharton:butterknife:8.0.1'
compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-webkit:2.0.0-alpha1'
compile "com.android.support:customtabs:24.2.0"
apt 'com.jakewharton:butterknife-compiler:8.0.1'
}