mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update library versions.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
@@ -7,16 +7,8 @@
|
|||||||
# "build.properties", and override values to adapt the script to your
|
# "build.properties", and override values to adapt the script to your
|
||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
|
# Indicates whether an apk should be generated for each density.
|
||||||
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-4
|
target=android-4
|
||||||
# apk configurations. This property allows creation of APK files with limited
|
|
||||||
# resources. For example, if your application contains many locales and
|
|
||||||
# you wish to release multiple smaller apks instead of a large one, you can
|
|
||||||
# define configuration to create apks with limited language sets.
|
|
||||||
# Format is a comma separated list of configuration names. For each
|
|
||||||
# configuration, a property will declare the resource configurations to
|
|
||||||
# include. Example:
|
|
||||||
# apk-configurations=european,northamerica
|
|
||||||
# apk-config-european=en,fr,it,de,es
|
|
||||||
# apk-config-northamerica=en,es
|
|
||||||
apk-configurations=
|
apk-configurations=
|
||||||
|
|||||||
1
libs/.gitignore
vendored
1
libs/.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
[^.]
|
[^.]
|
||||||
|
armeabi
|
||||||
|
|||||||
@@ -7,16 +7,8 @@
|
|||||||
# "build.properties", and override values to adapt the script to your
|
# "build.properties", and override values to adapt the script to your
|
||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
|
# Indicates whether an apk should be generated for each density.
|
||||||
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-3
|
target=android-4
|
||||||
# apk configurations. This property allows creation of APK files with limited
|
|
||||||
# resources. For example, if your application contains many locales and
|
|
||||||
# you wish to release multiple smaller apks instead of a large one, you can
|
|
||||||
# define configuration to create apks with limited language sets.
|
|
||||||
# Format is a comma separated list of configuration names. For each
|
|
||||||
# configuration, a property will declare the resource configurations to
|
|
||||||
# include. Example:
|
|
||||||
# apk-configurations=european,northamerica
|
|
||||||
# apk-config-european=en,fr,it,de,es
|
|
||||||
# apk-config-northamerica=en,es
|
|
||||||
apk-configurations=
|
apk-configurations=
|
||||||
|
|||||||
Reference in New Issue
Block a user