Compare commits

...

3 Commits
v0.49 ... v0.50

Author SHA1 Message Date
Fredrik Fornwall
1a09b6d2a6 Change android:extractNativeLibs to false
We're trying this to see if that fixes an F-Droid build issue.

See #319.
2017-05-18 13:25:41 +02:00
Fredrik Fornwall
9d3f7734a1 Update android build tools 2017-05-16 11:11:57 +02:00
Fredrik Fornwall
61f766b59f Bump build tools in .travis.yml 2017-05-16 00:21:15 +02:00
5 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- build-tools-25.0.3
- android-25
- extra-android-m2repository

View File

@@ -14,8 +14,8 @@ android {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 25
versionCode 49
versionName "0.49"
versionCode 50
versionName "0.50"
}
buildTypes {

View File

@@ -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"

View File

@@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 21

View File

@@ -18,7 +18,7 @@ ext {
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
dependencies {
compile 'com.android.support:support-annotations:25.3.1'