Skip to content

Commit 59abb52

Browse files
committed
Removing extractNativeLibs attributes from xml files
Solves #45 and #44
1 parent 616640a commit 59abb52

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/backAndForth/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<application
77
android:theme="@style/Theme.AppCompat"
8-
android:extractNativeLibs="true"
98
android:label="@string/app_name">
109
<uses-library
1110
android:name="com.android.future.usb.accessory"

apps/handsOnApp/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<application
77
android:theme="@style/Theme.AppCompat"
8-
android:extractNativeLibs="true"
98
android:label="@string/app_name">
109
<uses-library
1110
android:name="com.android.future.usb.accessory"

0 commit comments

Comments
 (0)