From 3ad371318efdc06d2264aec50d074bbf7e05fac1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 21 Mar 2022 20:24:29 +0100 Subject: [PATCH] adding application_preferences intent to SettingsActivity --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5e6c06737..c8eb78130 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:bdbcb37e9f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:24fca0324f' 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.24' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 625fd63e1..a1b769039 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -135,7 +135,13 @@ + android:parentActivityName=".activities.MainActivity"> + + + + + +