Skip to content

Commit

Permalink
Change android:extractNativeLibs to false
Browse files Browse the repository at this point in the history
We're trying this to see if that fixes an F-Droid build issue.

See #319.
  • Loading branch information
fornwall committed May 18, 2017
1 parent 9d3f773 commit 1a09b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 25
versionCode 49
versionName "0.49"
versionCode 50
versionName "0.50"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.VIBRATE" />

<application
android:extractNativeLibs="false"
android:extractNativeLibs="true"
android:allowBackup="true"
android:fullBackupContent="@xml/backupscheme"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 1a09b6d

Please sign in to comment.