Build config file changes
This commit is contained in:
parent
43977cc493
commit
7eecc18986
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="src" path="gen"/>
|
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
|
||||||
</classpath>
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
local.properties
|
local.properties
|
||||||
|
build.properties
|
||||||
|
project.properties
|
||||||
|
.classpath
|
||||||
bin/*
|
bin/*
|
||||||
proguard.cfg
|
proguard.cfg
|
||||||
*~
|
*~
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
# 'key.store' for the location of your keystore and
|
# 'key.store' for the location of your keystore and
|
||||||
# 'key.alias' for the name of the key to use.
|
# 'key.alias' for the name of the key to use.
|
||||||
# The password will be asked during the build when you use the 'release' target.
|
# The password will be asked during the build when you use the 'release' target.
|
||||||
key.store=/home/ciaran/pwsafe/droidrelease.keystore
|
|
||||||
key.alias=ciarang
|
|
||||||
|
|
||||||
release.sign=true
|
|
||||||
|
|
||||||
# The name of your application package as defined in the manifest.
|
# The name of your application package as defined in the manifest.
|
||||||
# Used by the 'uninstall' rule.
|
# Used by the 'uninstall' rule.
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# This file is automatically generated by Android Tools.
|
|
||||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
|
||||||
#
|
|
||||||
# This file must be checked in Version Control Systems.
|
|
||||||
#
|
|
||||||
# To customize properties used by the Ant build system use,
|
|
||||||
# "build.properties", and override values to adapt the script to your
|
|
||||||
# project structure.
|
|
||||||
|
|
||||||
# Indicates whether an apk should be generated for each density.
|
|
||||||
split.density=false
|
|
||||||
# Project target.
|
|
||||||
target=android-8
|
|
Loading…
x
Reference in New Issue
Block a user