ability to test manage blocked numbers

This commit is contained in:
FunkyMuse
2023-08-31 10:59:57 +02:00
parent 9464b76036
commit 2df6e721cd
2 changed files with 1 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:565200547d'
implementation 'com.github.FunkyMuse:Simple-Commons:feature~manage_blocked_numbers-SNAPSHOT'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"

View File

@@ -81,7 +81,6 @@
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/blocked_numbers"
android:parentActivityName=".activities.SettingsActivity" />
<activity