From 3e2dddd52673bfade2f4c85eec5cbc74c94656a8 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 26 Oct 2021 13:06:42 +0200 Subject: [PATCH] moving some activities from the manifest into Commons --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ca6d15483..decb661bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:4f21a8ecca' + implementation 'com.github.SimpleMobileTools:Simple-Commons:f1d626ef3d' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2cbbf2613..625fd63e1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -127,21 +127,11 @@ android:label="@string/about" android:parentActivityName=".activities.MainActivity"/> - - - -