removing the 2 new receivers from AndroidManifest, it is crashing
This commit is contained in:
parent
fb3a2e0230
commit
e3ccec9055
3 changed files with 2 additions and 10 deletions
|
|
@ -56,7 +56,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.33.4'
|
||||
implementation 'com.simplemobiletools:commons:5.33.12'
|
||||
implementation 'org.greenrobot:eventbus:3.2.0'
|
||||
implementation 'com.klinkerapps:android-smsmms:5.2.6'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
||||
|
|
|
|||
|
|
@ -123,16 +123,8 @@
|
|||
|
||||
<receiver android:name=".receivers.SmsStatusSentReceiver" />
|
||||
|
||||
<receiver
|
||||
android:name="com.klinker.android.send_message.SentReceiver"
|
||||
android:taskAffinity="com.simplemobiletools.smsmessenger.SMS_SENT"/>
|
||||
|
||||
<receiver android:name=".receivers.SmsStatusDeliveredReceiver" />
|
||||
|
||||
<receiver
|
||||
android:name="com.klinker.android.send_message.DeliveredReceiver"
|
||||
android:taskAffinity="com.simplemobiletools.smsmessenger.SMS_DELIVERED"/>
|
||||
|
||||
<receiver
|
||||
android:name=".receivers.SmsReceiver"
|
||||
android:permission="android.permission.BROADCAST_SMS">
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue