Let Proguard work for release builds

git-svn-id: https://zxing.googlecode.com/svn/trunk@2039 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-11-16 23:51:06 +00:00
parent 9e9e5671d9
commit 8198d32f53
3 changed files with 3 additions and 2 deletions

View file

@ -9,3 +9,4 @@
# Project target.
target=android-10
proguard.config=proguard.cfg

View file

@ -28,8 +28,7 @@
android:anyDensity="true"/>
<uses-feature android:name="android.hardware.camera"/>
<application android:label="@string/app_name"
android:icon="@drawable/icon"
android:debuggable="true">
android:icon="@drawable/icon">
<activity android:name="ZXingTestActivity"
android:label="@string/app_name"
android:screenOrientation="portrait">

View file

@ -9,3 +9,4 @@
# Project target.
target=android-10
proguard.config=proguard.cfg