1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00

gradle changes for notifications

This commit is contained in:
untidylamp 2018-11-16 15:48:32 -05:00 committed by GitHub
parent 5e4d5deddf
commit b4f95a7fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ android {
}
dependencies {
implementation "com.android.support:support-compat:26.0.0"
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'