Disable ClearText Traffic + Show OpenSource licenses on release-debug build.
This commit is contained in:
parent
26cc8a849d
commit
91dae4efca
2 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue