Disable ClearText Traffic + Show OpenSource licenses on release-debug build.

This commit is contained in:
acclorite 2024-07-13 19:46:20 +03:00
parent 26cc8a849d
commit 91dae4efca
2 changed files with 2 additions and 1 deletions

View file

@ -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 {

View file

@ -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">