From e3ccec905569b0c832f277147dd83f016cc60eb8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 27 Jan 2021 20:40:36 +0100 Subject: [PATCH] removing the 2 new receivers from AndroidManifest, it is crashing --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 8 -------- build.gradle | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2cb20a0a..3d03f188 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e87f0452..2e542b99 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -123,16 +123,8 @@ - - - - diff --git a/build.gradle b/build.gradle index b604e4eb..c5d876f4 100644 --- a/build.gradle +++ b/build.gradle @@ -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