diff --git a/app/build.gradle b/app/build.gradle index bf82e5d5..b6e0028d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index db5dfb26..e9dfaf8a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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" />