try to fix working of service on api 26+

This commit is contained in:
R4SAS 2018-09-25 03:37:34 +03:00
parent 5f7dda5ba8
commit 5e7a21e177
3 changed files with 38 additions and 9 deletions

View file

@ -17,6 +17,10 @@ repositories {
}
}
dependencies {
compile 'com.android.support:support-compat:28.0.0'
}
android {
compileSdkVersion 28
buildToolsVersion "28.0.1"