diff --git a/app/build.gradle.kts b/app/build.gradle.kts index dedfae79..e079d60e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -81,7 +81,7 @@ aboutLibraries { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE prettyPrint = false - filterVariants = arrayOf("debug", "release") + filterVariants = arrayOf("debug", "release", "release-debug") } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4057dcd0..a4b0fbb7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -41,6 +41,7 @@ android:theme="@style/Theme.Start.Splash" android:requestLegacyExternalStorage="true" android:enableOnBackInvokedCallback="true" + android:usesCleartextTraffic="false" tools:targetApi="tiramisu" tools:ignore="DataExtractionRules">