File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ android {
2828 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
2929 }
3030
31+ packagingOptions {
32+ jniLibs {
33+ useLegacyPackaging true
34+ }
35+ }
36+
3137 externalNativeBuild {
3238 cmake {
3339 path " CMakeLists.txt"
Original file line number Diff line number Diff line change 1212 <application
1313 android : name =" .IrisWallet"
1414 android : allowBackup =" false"
15- android : extractNativeLibs =" true"
1615 android : dataExtractionRules =" @xml/data_extraction_rules"
1716 android : fullBackupContent =" @xml/full_backup_content"
1817 android : icon =" @mipmap/ic_launcher"
2726 android : name =" .ui.ConnectivityService"
2827 android : enabled =" true"
2928 android : exported =" false" />
30- <activity
29+ <activity
3130 android : name =" .ui.ScanActivity"
3231 android : exported =" false"
3332 android : screenOrientation =" portrait"
You can’t perform that action at this time.
0 commit comments