1
0
mirror of https://github.com/etesync/android synced 2025-02-02 19:01:06 +00:00

Add missing support library dependencies.

This commit is contained in:
Tom Hacohen 2018-10-30 10:48:18 +00:00
parent e64daa32e4
commit caa29d402b

View File

@ -117,6 +117,8 @@ dependencies {
implementation "ch.acra:acra-mail:$acraVersion"
implementation "ch.acra:acra-toast:$acraVersion"
implementation 'com.android.support:support-compat:27.1.0'
implementation 'com.android.support:support-fragment:27.1.0'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:cardview-v7:27.1.0'
implementation 'com.android.support:design:27.1.0'