Merge pull request #219 from KryptKode/feat/import-export-blocked-contacts

Feat/import export blocked contacts
This commit is contained in:
Tibor Kaputa 2021-08-17 11:43:49 +02:00 committed by GitHub
commit b36fb1a6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:a6a0349426'
implementation 'com.github.SimpleMobileTools:Simple-Commons:e3c531cbd1'
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'
}

View File

@ -19,6 +19,10 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.telecom.action.CONFIGURE_PHONE_ACCOUNT" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28" />
<uses-permission
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove" />