mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
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:
parent
9e9e5671d9
commit
8198d32f53
|
@ -9,3 +9,4 @@
|
|||
|
||||
# Project target.
|
||||
target=android-10
|
||||
proguard.config=proguard.cfg
|
|
@ -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">
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
|
||||
# Project target.
|
||||
target=android-10
|
||||
proguard.config=proguard.cfg
|
Loading…
Reference in a new issue