add NativeLibs configuration to manifest and gradle.properties
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppThemeDayNight"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:extractNativeLibs="true"
|
||||
tools:targetApi="m">
|
||||
|
||||
<activity
|
||||
|
||||
@@ -4,3 +4,4 @@ android.enableJetifier=true
|
||||
kotlin.code.style=official
|
||||
android.nonTransitiveRClass=true
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
android.bundle.enableUncompressedNativeLibs = false
|
||||
Reference in New Issue
Block a user