mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
enabled app2sd, changed build target to API level 8 (2.2) for this
Fixes issue 65
This commit is contained in:
parent
996a1dbe1c
commit
bcde95e18d
@ -17,7 +17,8 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.thialfihar.android.apg"
|
||||
android:versionCode="10800" android:versionName="1.0.8 beta 00">
|
||||
android:versionCode="10800" android:versionName="1.0.8 beta 00"
|
||||
android:installLocation="auto">
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
|
@ -10,4 +10,4 @@
|
||||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
# Project target.
|
||||
target=android-4
|
||||
target=android-8
|
||||
|
Loading…
Reference in New Issue
Block a user